Graeme Fowler 写道:
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This server is not busy about 50-100 ip visitor every day, but each of page has many images.

--

---------------------
Regards,
Zachary . aBBISh


---------------------------------------------------------------------
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]

Reply via email to