https://bz.apache.org/bugzilla/show_bug.cgi?id=61551

--- Comment #29 from dferra...@gmail.com ---
We have had the exact issue with another third-party module. All kinds of
different versions of weblogic module mod_wl_24.

I resorted to set MaxConnectionsPerchild 0 and/or not ever do graceful restarts
and set MaxSpareThreads to the same value as MaxRequestWorkers to avoid any
kind of process/thread recycling and managed to work-around this issue
successfully.

I hope I get get as good info as Nic has provided soon but I can't reproduce it
that easily.

Although you guys seem to have caught the issue already. Perhaps a parameter
for timeout for gracefully finishing threads could be considered if possible
for the future for buggy third party modules? Something like (in seconds):

GracefulTimeOut 300

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to