>
>  WSGIDaemonProcess pinax threads=1 processes=25 python-path=/home/user/
> pinax-env/lib/python2.5/site-  packages
>    WSGIProcessGroup pinax
>

Just so Graham does not hate me for giving bad advice:
If you are not using any 'thread unsafe' python lib outside the Pinax
dependencies (like GeoDjango) use the following instead:
threads=25 processes=1

Also, make sure you read the following thread:
http://groups.google.com/group/modwsgi/browse_thread/thread/3ee9efb43aa3788f

Ariel.

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

Reply via email to