Yes. It's worker mpm. My concern is if the worker configured as below, MinSpareThreads 10 MaxSpareThreads 20 ThreadsPerChild 50
and in the case there are only 10 connections to that child, but 40 threads are idle, which is over the limit of MaxSpareThreads(20), will parent kill that child in this case? Thx, Q.Xie --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 10/18/06, Qingshan Xie <[EMAIL PROTECTED]> wrote: > > My question may be silly but I'd like to know it. > If > > the number of Idle Threads is over the > > MaxSpareThreads, how Apache parent clean those > extra > > threads? clean the threads or kill the children? > > Depends on the mpm. In worker, the number of > threads can only be > adjusted by creating and destroying processes (each > process has a > fixed number of threads). > > Joshua. > > --------------------------------------------------------------------- > The official User-To-User support forum of the > Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for > more info. > To unsubscribe, e-mail: > [EMAIL PROTECTED] > " from the digest: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]