You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@apache.org> on 2004/10/16 15:04:25 UTC

[JK] refactoring socket_timeout

Hi,

socket_timeout property told webserver to cut an ajp13 connection
after some time of inactivity.

That's OK, but I'd like to rename that property to something more
meaningfull like 'connection_recycle'.

The socket_timeout property will be used for setting receive and
send timeouts to the socket directly.

MT.