> <IfModule worker.c>
> StartServers         2
> MaxClients         50
> MinSpareThreads    10
> MaxSpareThreads     25
> ThreadsPerChild     25
> MaxRequestsPerChild  0
> </IfModule>
> 
> It still starts up 29 processes as given by:
> # ps -e | grep apache2 | wc
>      29     116     928

Well, my first thought is, if you omit the "| wc", what do you 
see?  What's the output of

   # ps -e | grep apache2

Frequently, one of those processes is the grep process.  That 
gets you down to 28.  There might be other items in those results 
that give a forehead-smacking "duh" to the answer.

-tim






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to