Re: mod_jk socket_timeout vs reply_timeout

2006-12-13 Thread Mark Hagger
To be honest I got a bit confused by that reply so I delved into the source code (although my C is somewhat rusty). So as I see it the socket_timeout is the read/write timeout for the underlying TCP socket (ie at OS level, and set by setsockopt() or whatever), and any given socket could be used fo

Re: mod_jk socket_timeout vs reply_timeout

2006-12-13 Thread Martin Gainty
Hi Mark the delta is socket_timeout is a universal timeout for the connection more specifically Socket timeout in seconds used for communication channel between JK and remote host. If remote host does not respond inside that timeout the JK will generate an error, and retry again. If set to value