Michael Stiller wrote:

I tried something i checked out from cvs last friday.

Use more recent :)
The version is tomcat-connectors 1.2.9.
The OS ist Fedora Core 3.


Seems that I miss the OS.


It contains the hard close socket by disabling lingering.


Where may i learn about the "hard close" patch. Maybe a pointer to the source file?


http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/native/common/jk_connect.c?rev=1.44&view=log


You mean something like this:

worker.proc2111.socket_timeout=10
worker.proc2111.recycle_timeout=2
worker.proc2111.cachesize=1
worker.proc2111.cache_timeout=2


First, two second recycle is far to small. It should be at least higher then socket_timeout. I mean, you have 10 second timeout and 2 second recycle !?. Second no need to cache_timeout on prefork, since you have only one cached worker (default), so you don't need cachesize too.

Mladen.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to