Re: socket.setSoTimeout(connectionTimeout)

2001-01-14 Thread Remy Maucherat
> Insofar as any of us can predict the future, I would say the answer to this is > definitely yes. Among other things, the lack of a timeout creates a pretty easy > DOS attack against a Tomcat server -- simply open enough socket connections to > exhaust the configured pool size, and just sit ther

Re: socket.setSoTimeout(connectionTimeout)

2001-01-14 Thread Craig R. McClanahan
John Neffenger wrote: > I was pleased to see that a connection timeout has been added to Tomcat > 4.0 in the HttpConnector class. A timeout was missing in Sun's JSDK > through version 2.0 and in earlier versions of Tomcat. Without a > timeout, the servlet runner process accumulates dead connect

socket.setSoTimeout(connectionTimeout)

2001-01-14 Thread John Neffenger
I was pleased to see that a connection timeout has been added to Tomcat 4.0 in the HttpConnector class. A timeout was missing in Sun's JSDK through version 2.0 and in earlier versions of Tomcat. Without a timeout, the servlet runner process accumulates dead connections on the Internet and, with