On Apr 2, 5:20 pm, Pythoni <pyt...@hope.cz> 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/03/load-spikes-and-excessive-memory-usage.html

> Is it possible to use both mod_python and mod_wsgi on one computer?

Yes, but would only recommend it until you can transition to mod_wsgi.
Having mod_python at same time places various limitations on mod_wsgi
because of mod_python code being a bit broken and not supporting as
many configuration options related to Python initialisation.

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

Reply via email to