Hi there

Just to report on this, i set up a machine with very little memory
using apache 2.2.1 (worker mpm), with mod_python 3.3 (development
version 20060520) and django. It seems there is nothing much in django
nor python that isn't thread safe. External C libraries you load as a
python module might bring up issues.

This installation is for development and never stands a high load.
Worker mpm is setup to handle 20 threads in a single process, which
causes all requests to be handled through the same resident python
interpreter under normal load.

Main problem here is that there isn't enough memory to keep both apache
worker process and mysql instance resident. This results in swapping
and delays, but no timeouts, crashes or coredumps seen.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to