Thanks for your help, Marc.

Would it be possible to log a message to tomcat.log if the thread pool gets
exhausted?  I believe the default Apache installation calls for 256 children,
so busy sites are going to run into this.  A log message suggesting to
increase max_threads could save a lot of aggravation!

Bill


--- Marc Saegesser <[EMAIL PROTECTED]> wrote:
> As for the thread pool stuff.  By default, Tomcat 3.2.x thread pools create
> 10 threads.  This can be changed using the min_spare_threads parameter.  The
> pools will grow as needed up to the maximum number of threads allowed (100,
> by default).  You can increase the maximum number of allowed threads using
> the max_threads parameter.  See if this fixes your problem better than using
> SimpleTcpConnector.


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to