Ulf Kronman schrieb:
> I'm using Django trunk and I have set the MaxRequestsPerChild 1
> directive in httpd.conf. I'm running on Windows XP (sp3?).
>   
Here a guess:

Apache creates several threads (or worker processes) and after one
request the thread/process gets killed. But the other are still alive and
have the old code loaded.

Maybe you could try mod_wsgi. It is much more flexible.

See "Time to deprecate mod_python":

http://groups.google.com/group/modwsgi/browse_thread/thread/95c5de2b996e2f49/fe4f823a391ad954

HTH,
  Thomas Güttler

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to