Django doesn't close connections to Oracle database.
Hi everyone,
I'm hosting django (1.4) app via httpd (apache - 2.2.21) and mod_wsgi (3.3.1) on fedora 15 and having problem with Oracle, which blocks further connections after limit is reached. I know Django connects to a db for every query, which will be changed in 1.6 with persistent connections, but it doesn't close connection after getting result, yet leave it open and inactive. That's not the case with django development server, which handle those connections properly.
Anyone have idea where the problem is?
Thanks in advance,
Igor.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/79dff051-0fb5-491c-b402-a0d533ba3fa8%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home