[Twisted-Python] adbapi.ConnectionPool - reconnecting to postgresql

Jan UrbaƄski wulczer at wulczer.org
Wed Jun 11 02:01:47 MDT 2014


On 11/06/14 07:23, Glyph wrote:
> You might want to just try using SQLAlchemy via
> <https://pypi.python.org/pypi/alchimia> if you don't want to do your own
> thread-pool management as buildbot appears to be.

Or you can go threadless and use txpostgres, which now has automatic 
reconnection handling (dislaimer: I'm the author):

http://txpostgres.readthedocs.org/en/latest/usage.html#automatic-reconnection

Jan




More information about the Twisted-Python mailing list