On Oct 22, 10:12 pm, Marcin Kasperski <[EMAIL PROTECTED]>
wrote:
> 2) Consider (and test) mod_wsgi daemon mode. Main advantage over
>    embedded mode is that it will allow to tune wsgi threads (count,
>    stack size...) separately from main apache threads.

Noting though that mod_wsgi daemon mode doesn't allow tuning of stack
size on a process group basis yet. Only way of tuning it at the moment
would be to use 'ulimit -s' within the environment of Apache itself.
Ie., set it from the Apache 'envars' startup file.

Graham


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

Reply via email to