On Sep 19, 5:21 pm, Michael Bayer <[EMAIL PROTECTED]> wrote:
> On Sep 19, 2008, at 11:16 AM, Alen Ribic wrote:
>
> if the thread in which the request was served continues to run, not  
> serve further requests, and does not clean up after itself, then the  
> connections held open local to that thread don't get returned to the  
> pool.

This answers my question 100%. I'm pretty sure I found the problem in
my WSGI application stack. It seems to let some mako template
exception in my app leek through my exception handling middleware and
hence not return any relevant HTTP response. That'd explain it.

Thanks again.

-Alen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to