Re: tomcat - thread per connection model

2003-09-22 Thread Rau NF
Hi - Not sure about one thing - what if someone opens up a 100 odd connections and sends data over the pipe slowly ? This will definitely keep that particular server (Tomcat 4.1.24) busy for a long time and no new user can get in. In this case, the throttling logic in tomcat will probably do

Re: tomcat - thread per connection model

2003-09-22 Thread Bill Barker
Rau NF [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi - Not sure about one thing - what if someone opens up a 100 odd connections and sends data over the pipe slowly ? This will definitely keep that particular server (Tomcat 4.1.24) busy for a long time and no new user can get

tomcat - thread per connection model

2003-09-19 Thread Rau NF
Hi - Since tomcat implements a thread per connection model (as per the spec), would it be open to a DoS attack if it does not have an Apache server in front of it ? ie keep all threads busy servicing slow requests and valid users can't get in. Assuming there is no apache server in front of

Re: tomcat - thread per connection model

2003-09-19 Thread Bill Barker
Rau NF [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi - Since tomcat implements a thread per connection model (as per the spec), would it be open to a DoS attack if it does not have an Apache server in front of it ? ie keep all threads busy servicing slow requests and valid