Re: [Twisted-Python] OT - adbapi, connection timeouts, mysql - OT

2009-07-21 Thread Clay Gerrard
nnection timeout very difficult to debug effectively. Will twisted.adbapi.ConnectionPool ever offer a pool_recycle kw like sqlalchemy? Clay Gerrard Office: 210-312-3443 Mobile: 210-788-9431 -Original Message- From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-boun...@

Re: [Twisted-Python] OT - adbapi, connection timeouts, mysql - OT

2009-07-22 Thread Clay Gerrard
make adbapi.Connection objects aware of their created time, and allow adbapi.ConnectionPool.connect to potentially refresh "old" connections based on an optional kwarg when creating the connection pool: "pool_recycle" That's what I'm working on anyway... Clay Gerrard Office: 210-312

Re: [Twisted-Python] OT - adbapi, connection timeouts, mysql - OT

2009-08-26 Thread Clay Gerrard
was implemented inside the ConnectionPool class instead of a subclass. Someone else could probably do a much better job than I, although I wouldn't mind taking a crack at it. Thoughts? Clay Gerrard Office: 210-312-3443 Mobile: 210-788-9431 -Original Message- From: twisted-pyth

Re: [Twisted-Python] OT - adbapi, connection timeouts, mysql - OT

2009-08-26 Thread Clay Gerrard
e to think on that, do you know off-hand of any analogs? Thanks for the feedback, Clay Gerrard Office: 210-312-3443 Mobile: 210-788-9431 -Original Message- From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-boun...@twistedmatrix.com] On Behalf Of exar...@twistedmatri