Max wrote:

> Lots more httpd's and a few more httpd-admin's than
> we had expected (11 & 4, resp'ly) were still on ps's list
> (parent process of each being "?")

        This is pretty normal.  The httpd.conf file determines how many
processes will be started at system startup, and the minimum and maximum
number of "spare" processes to leave running (if there aren't enough, it
spawns more; if there are too many, it kills some).  I believe it's done
this way because each server process only serves one user at a time, but
I don't know that for sure.

>    mysqld (3 each)
>    squid    (2 each)
>    nmbd    (2 each)

        I'm not as familiar with these, but I'd expect the reason is the same.

--
Dan Brown, KE6MKS, [EMAIL PROTECTED]
"Meddle not in the affairs of dragons, for you are crunchy
and taste good with ketchup."

Reply via email to