]> git.evergreen-ils.org Git - working/Evergreen.git/commit
stateful backend sessions now only timeout of no request was received within
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 24 Sep 2006 18:27:34 +0000 (18:27 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 24 Sep 2006 18:27:34 +0000 (18:27 +0000)
commit8121f2564bdb9ee91137ee127e4c90c8814db139
treef7f134a0d7772886cb0e8948acda4c2b649e4e3f
parentf80182e295cf1183c6b82a53285135f6542aed53
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/ILS/trunk@6204 dcc99617-32d9-48b4-a31d-7c20da2025e4
OpenSRF/src/libstack/osrf_app_session.c
OpenSRF/src/libstack/osrf_app_session.h
OpenSRF/src/libstack/osrf_application.c
OpenSRF/src/libstack/osrf_prefork.c
OpenSRF/src/libstack/osrf_stack.c
OpenSRF/src/libstack/osrf_stack.h