On 28 June 2010 10:26, Bill Peck <[email protected]> wrote:
> We tried switching to worker method but then mod_krb5 crashed since its not
> thread safe.  So were stuck with pre-process method.

Which is not an issue so long as you are using daemon mode and WSGI
applications are running in those daemon processes. That way you avoid
problems as described in:

  http://blog.dscpl.com.au/2009/03/load-spikes-and-excessive-memory-usage.html

which is just as relevant to mod_wsgi embedded mode if prefork used.

Just because you use prefork doesn't mean you cant have thread
mod_wsgi daemon processes.

Graham

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

Reply via email to