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 -----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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
