Hi, I am using SQLALchemy 0.4.5 and PostgreSQL 8.1 db with psycopg2.
If I restart the db I need to also restart my python server that is
using the SQLAlchemy for interfacing the PostgreSQL db. Is there any
means in the SQLAlchemy to automatically reconnect to the db without
needing to restart the server? I do not mean pool_recyle-attribute,
because that does not do the reconnection when needed but just in
specified intervals.

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