I don't understand the difference between MaxClients and MaxProcessor

For example in httpd.conf i have:

MaxProcessors           8

MaxClients              250
ServerLimit             250
MaxRequestsPerChild     500

and in every virtualhost:

<IfModule mpm_peruser_module>
        Processor user1 user1
        ServerEnvironment user1 user1
        MinSpareProcessors 2
        MaxProcessors 4
</IfModule>


but sometimes the site is unavaiable and i must restart apache
Must i set MaxProcessors in httpd.conf as the sum of every MaxProcessors in
the every virtualhost?

Thanks!
_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to