Hi,

I'm deploying a site on windows with oracle (and I don't know either of them well). Simple apache+wsgi setup for now.

Problem: one specific page kills off the mod_wsgi/django part. The rest of apache keeps working. "Kill off" meaning "it doesn't react anymore and takes quite some time for apache to kill it when I close apache.

The only error message I can find is an
"errno 10054" "existing connection was forcibly closed". I can only guess that the remote database server closed something.


The specific page is the only one that fires off queries to both databases, so within the same request. Anyone got any hints on where to look? How to debug? How to fix it?


Reinout (who dislikes the amount of handy debug info he's got...)


--
Reinout van Rees - rein...@vanrees.org - http://reinout.vanrees.org
Collega's gezocht!
Django/python vacature in Utrecht: http://tinyurl.com/35v34f9

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@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