On Sep 19, 2008, at 11:16 AM, Alen Ribic wrote:

>
> Michael, thank you for you reply.
> Question: if my web request fails to return a response, hence request
> method doesn't exit gracefully, could that perhaps cause a connection
> not to be returned to a connection pool? Reason I ask this is that if
> my thinking is right, I might have a clue to exactly where my problem
> is.

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.


--~--~---------~--~----~------------~-------~--~----~
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