> From: Ali Ok [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat Performance Question
> 
> What if someone make so much requests and confuse the server?
> Does Tomcat have an prevention for this situation?

You can configure the maximum number of requests a <Connector> will
handle concurrently, as well as the maximum number Tomcat will queue for
the <Connector> before discarding them:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

See the 3rd paragraph of the Introduction.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to