*Note : this is a crosspost from ServerFault 
<http://serverfault.com/questions/626554/how-to-configure-apache-mpm-directives-when-using-mod-wsgi-in-daemon-mode>*


Could you please help me understand some aspects about the relation between 
*Apache 
MPM* configuration directives and *mod_wsgi*'s daemon mode ?

How to best configure apache mpm when serving only WSGI applications with 
WSGIDaemonProcess and WSGIRestrictEmbedded On ? (these mod_wgsi directives 
are already — and correctly AFAICT 
<https://code.google.com/p/modwsgi/wiki/CheckingYourInstallation#Embedded_Or_Daemon_Mode>
 
— configured)

Now what should I do with StartServers, Min/MaxSpareThreads and the other 
Apache level MPM configuration directives ?

As far as I understood, those are 
<https://code.google.com/p/modwsgi/wiki/ProcessesAndThreading> usually 
<http://blog.dscpl.com.au/2012/10/why-are-you-using-embedded-mode-of.html> 
addressed <http://lanyrd.com/2013/pycon/scdyzk/> to properly configure 
processes and threads in prefork/worker *embedded mode*, but what is their 
influence in *daemon mode* ?

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to