On Friday 14 September 2007 05:02, Dossy Shiobara wrote: > queued show show many pending connections are waiting in queue to be > handed off to a worker thread.
I noticed this number just goes up also. I think, at least as it works right now that queued means how many total connections have come through the queue. Also, if you set the number of conns to 0, the driver still hands off the connections to the queue, but they just sit there. Probably maxconns should be > 0. If maxthreads is lowered during operation, the extra threads will not exit until after they service another conn. And I think John Buckman found a bug in this same section of code, which maybe he fixed. Finally there is a small change I made to name the connection threads after the threadpool which handles them. Maybe we (John and I) should create a small update for this section of code, probably a two line change. 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.
