mod wsgi - Are apache's worker configuration and mod_wsgi's daemon mode related? -


so don't relation between these 2 things.

for e.g. please explain happens when set startservers in worker configuration 5 , processes=2 in wsgidaemonprocess directive?

when specify threads in wsgidaemonprocess , when specify threadsperchild in worker configuration.. doing? how many threads running eventually?

i confused because have specify number of threads , processes in 2 places. please explain significance of each.

for start, go watch following talks partial explanation.

in short, apache worker processes proxy requests mod_wsgi daemon mode processes if daemon mode configured , wsgi application delated run in it.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -