On Thu, 2003-02-27 at 13:37, Sankaranarayanan (Ganesh) Ganapathy wrote:
> How does the accept count property affect this? The accept count property merely 
> determines the number of connections that will be queued on the socked. I am talking 
> about a case where the connection is accepted from server socket but there is no 
> processor available to process the request.
> Thanx
> Ganesh

The following information is taken from Tomcat's 4.1.18 documentation. 
If you have the documentation installed somewhere, the URL is:

http://localhost/tomcat-docs/config/jk.html
 
"acceptCount:
 
The maximum queue length for incoming connection requests when all
possible request processing threads are in use. Any requests received
when the queue is full will be refused. The default value is 10."

If I understand you, this is exactly what you are looking for?

Ben Ricker

> -----Original Message-----
> From: Ben Ricker [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 27, 2003 11:07 AM
> To: Tomcat Users List
> Subject: [BULK] - Re: No processor available
> 
> 
> On Thu, 2003-02-27 at 12:53, Sankaranarayanan (Ganesh) Ganapathy wrote:
> > Hi All,
> > 
> > Currently I see that tomcat rejects requests with the message "No processor 
> > available" if it has reached the maximum number of processors and the processors 
> > are busy processing requests.
> > 
> > Is there a way to make tomcat wait until a processor becomes available?
> > 
> > Thanx
> > Ganesh
> 
> Change the "Accept Count" property in the server.xml in the connector
> properties.
> 
> 
> Ben Ricker
-- 
Ben Ricker <[EMAIL PROTECTED]>
Wellinx.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to