]> git.evergreen-ils.org Git - OpenSRF.git/commit
stateful backend sessions now only timeout of no request was received within
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 24 Sep 2006 18:27:34 +0000 (18:27 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 24 Sep 2006 18:27:34 +0000 (18:27 +0000)
commit504748928bc8f74a8ec7a45edb36b0ba3a9c152b
treec368153dc009353694a4a3d40cd12d25293c0553
parent5514dc26a4402a54f5d7b48c3296541a897b135d
stateful backend sessions now only timeout of no request was received within
the keepalive timeout.  previously, if a request took long enough to process,
the session would timeout after sending the result back because the entire
time the forker waited on queue_wait exceeded the timeout

updated some logging

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@787 9efc2488-bf62-4759-914b-345cdb29e865
src/libstack/osrf_app_session.c
src/libstack/osrf_app_session.h
src/libstack/osrf_application.c
src/libstack/osrf_prefork.c
src/libstack/osrf_stack.c
src/libstack/osrf_stack.h