On Sunday 21 October 2007 23:47, Gustaf Neumann wrote: > i don't understand. what timeouts exactly are you taking about? In the > code are several timeouts for > various purposes...
The timeout associated with pool threads. If a thread times out waiting for a request, it exits. But in AOLserver, you don't really reclaim any memory, so unless there is some other reason to exit, it doesn't seem like a very useful parameter, when performance is a consideration. My only point here was that I'm going to stop looking at the timeout parameter, and timed out threads as an issue. If threads timeout, the number of threads in a threadpool will drop below minthreads, usually to zero. tom jackson -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
