I've been debugging a socket problem in ajpv12 (NT) where bits are being written by Tomcat to the socket (back to mod_jk), but jk's read fails with a SHUTDOWN. It's as if the bits don't quite make it onto the wire, and the socket closure is a hard close.
I thought the point of so_linger was to specify the amount of time to try to send the queue bits onto the wire prior to closing the socket. Wouldn't this indicate that the present value (100) is too small? The relevant t-d thread is http://w6.metronet.com/~wjm/tomcat/2000/Sep/msg00151.html Thanks for any info, Keith -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>