Very strange problem going on with one of my Django sites.  This only
happens in my production env using Debian stable, Apache 2.2.9 with
mod_python and django trunk (updated).

All GET requests execute in a timely manner.  However, all POSTs take
way too long.  I've inserted debugging into my views in production,
and the delay is taking place prior to entering the view function.
For instance, a simple contact form submission with 20 key/value pairs
takes just over a minute to hit the first assert in the view function.

I tried disabling cache and other middleware in settings.  Nothing has
changed recently software wise.  I'm pretty stumped.  Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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