Re: Mod_wsgi and mod_python

2009-04-02 Thread Adam N
You should definitely consider Nginx with FastCGI. Something like this: http://wiki.nginx.org/NginxDjangoFastCGI On Apr 2, 2:20 am, Pythoni wrote: > I am using Django with mod_python and it works but during peak times > ( heavy loads about 50 Apache jobs), the system is almost hanged > Is it  

Re: Mod_wsgi and mod_python

2009-04-02 Thread Graham Dumpleton
On Apr 2, 5:20 pm, Pythoni wrote: > I am using Django with mod_python and it works but during peak times > ( heavy loads about 50 Apache jobs), the system is almost hanged > Is it  worth changing from mod_python into mod_wsgi? > What would I get or lose? Read: http://blog.dscpl.com.au/2009/

Mod_wsgi and mod_python

2009-04-01 Thread Pythoni
I am using Django with mod_python and it works but during peak times ( heavy loads about 50 Apache jobs), the system is almost hanged Is it worth changing from mod_python into mod_wsgi? What would I get or lose? Is it possible to use both mod_python and mod_wsgi on one computer? Thank you for rep