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.