Hi,
    I may be way off the mark but I got a similar message while using
Apache Jserv.
    The mistake was in my code. I had invoked an infinite while loop and
could not detect it for ages !!
    Once the while loop was corrected, everything worked fine.
Regards,
Annu Singh

-----Original Message-----
From: Andy Bailey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, July 06, 1999 7:58 PM
Subject: AW: Concurrent JRun requests


> Hello,
>
>       Had anyone ever received an error message "Too many concurrent JRun
> requests" when using JRun Pro 2.3.1 as the servlet engine?
>
>       Is there any setting I've to made so that the number of concurrent
> requests can be increased?  Thanks a lot!
>
> Regards,
> Mercury
>
Try increasing the maximum number of handler threads for the proxy connector
and also make sure that all your servlets that handle HTTP requests end
correctly
as well. (You should explicitly close the HttpResponse output stream,
preferably in
a finally block to make sure that out.close(); always happens)

Hope that helps

Andy Bailey

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to