Re: Hybrid-django server leaving connections open...

2007-11-13 Thread John
On Nov 13, 5:04 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 11/13/07, John Penix <[EMAIL PROTECTED]> wrote: > > > We've stuck a bit of ORM-using code from our "pure" django server into > > another server that was only using django templates. We have been seeing > > connections left open

Re: Hybrid-django server leaving connections open...

2007-11-13 Thread James Bennett
On 11/13/07, John Penix <[EMAIL PROTECTED]> wrote: > We've stuck a bit of ORM-using code from our "pure" django server into > another server that was only using django templates. We have been seeing > connections left open occasionally. I browsed the mailing list archives and > it sounds like dj

Hybrid-django server leaving connections open...

2007-11-13 Thread John Penix
Hi, We've stuck a bit of ORM-using code from our "pure" django server into another server that was only using django templates. We have been seeing connections left open occasionally. I browsed the mailing list archives and it sounds like django should be closing the connection. I'm wondering i