Jonathan Daugherty wrote: > # Depends on the underlaying DA....so which one are you using? In > # general a DA should reconnect automatically. > > I'm using the zope-psycopgda 1.1.18-1 debian package, debian testing.
That version of ZPsycopgDA doesn't auto-reconnect, but it looks like that feature was added back in 1.1.19 http://initd.org/svn/initd/psycopg1/trunk/ChangeLog ------------ 2005-01-13 Federico Di Gregorio <[EMAIL PROTECTED]> * ZPsycopgDA/db.py (DB.query): applied patch from Jonathan Stoneman to automatically try to reconnect *once* on OperationalError. This fix the problem with Zope loosing the connection to the database when PostgreSQL is restarted. ------------ Barry _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
