> From: Mohit Anchlia [mailto:[EMAIL PROTECTED]
> Subject: Re: Max connections
>
> I didn't understand the description of attribute
> "maxKeepAliveRequests", it says:
>
> "The maximum number of HTTP requests which can be pipelined until the
> connection is closed by the server."
>
> Does it mean total number of keep alive connections allowed at one
> time. When we say "connection is closed", does it mean for new
> requests?

You might want to read the HTTP 1.1 RFC to become familiar with the terminology.

The maxKeepAliveRequests parameter is the limit on the number of requests 
handled over a single HTTP connection; when that limit is reached, the server 
closes the connection and the client must initiate a new one.

Mark T already gave you the answer to your original question.

 - 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