Rick Morrison wrote:
> Sounds nice, thanks for the heads-up.
> 
> 
>  > There'll be opportunities for dialects to set up pool events as well.
> 
> One of the things I'm looking to see is better reconnect support for 
> dead database connections from network partitions, sql server restarts, 
> etc.
> 
> Is that going to be fully Dialect controlled, or is there some coming 
> support for auto-reconnect as well?

I was thinking of a user-level option for liveliness checking on pool 
checkout, with dialect-specific implementations (e.g. execute a 'SELECT 
1', or something more efficient if the driver allows).  Is that in line 
with what you were thinking?

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