]> git.evergreen-ils.org Git - OpenSRF.git/commit
We routinely grab a chunk of configuration file that doesn't
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Sep 2009 05:13:38 +0000 (05:13 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Sep 2009 05:13:38 +0000 (05:13 +0000)
commit0fa28f4cea159eb07719ce1a8302f340803c0315
tree6d8e1f9e92b924dde0eb910bd71454bcdc48cb56
parent6f41e98c29418df437755830140cb085c47e268c
We routinely grab a chunk of configuration file that doesn't
apply to the router process.  When we detect the spurious hit,
we throw it away and go on to the next one.

We had been detecting the spurious hit after forking, thus
wasting a fork.

Now we detect the spurious hit before forking, so that we
don't waste a fork.

M    src/router/osrf_router_main.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1801 9efc2488-bf62-4759-914b-345cdb29e865
src/router/osrf_router_main.c