Re: oracle backend doesn't cache connections

2007-10-02 Thread Stefan Bethge
Hi again, I've found out recently that there is Oracle Connection Manager which might just be what I need. I still need to test it though. Later, Stefan On Sep 19, 2:26 pm, Stefan Bethge <[EMAIL PROTECTED]> wrote: > Hello, > > i've recently found out that django does not cache connections to th

oracle backend doesn't cache connections

2007-09-19 Thread Stefan Bethge
Hello, i've recently found out that django does not cache connections to the database but connects for every request and disconnects afterwards. I don't know if this is fine for postgresql/database servers on the same machine. Maybe using pg_pool helps a lot for postgres. However, in our setup, w