On Mon, 2008-02-18 at 20:40 +0800, 赵志桐 wrote: > i adjust httpd.conf following > > <IfModule worker.c> > StartServers 2 > MaxClients 150 > MinSpareThreads 5 > MaxSpareThreads 10 > ThreadsPerChild 25 > MaxRequestsPerChild 0 > </IfModule> > > but also has a lot of httpd thread, can you help me ? How busy is your server? With this setting, threads will spawn and hang around until they're not needed any more - a busy server has more active and sleeping threads than a quiet one. I guess the related question is: what's the real problem? Graeme --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx