I should mention that for normal "idle connection" timeouts, we have  
an argument "recycle" which will set a time limit on the lifespan of  
each connection held in the pool, so that all connections are  
guaranteed to be of a certain freshness.

On Mar 25, 2007, at 2:15 PM, Andreas Jung wrote:

> How does SA deal internally with connection errors or when connections
> go away. In my particular case Zope creates a new session for every  
> incoming HTTP request. What will happen if the corresponding server  
> process dies (e.g. the postmaster of Postgres crashes)? Is SA able  
> to re-establish a connection when needed?
>
> Andreas


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