Re: [Twisted-Python] exarkun changed [#3974 - reader/writer interface docs incomplete]

2009-08-25 Thread Glyph Lefkowitz
-- Apologies for any cryptic brevity or errors, this was sent from a mobile device. On Aug 25, 2009 8:20 AM, wrote: Ticket [#3974 - reader/writer interface docs incomplete] changed by exarkun : #3980 was a duplicate of this. - - http://twistedmatrix.com/trac/ticket/3974 _

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

2009-08-25 Thread Phil Christensen
On Aug 24, 2009, at 9:14 PM, Garret Heaton wrote: > On Mon, Aug 24, 2009 at 3:53 PM, Phil Christensen > wrote: >> I feel like I can think of any number of ways running the same >> series of queries twice would be a bad thing. I have some very >> important queries that are run inside a interact

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

2009-08-25 Thread Phil Mayers
Phil Christensen wrote: > On Aug 24, 2009, at 9:14 PM, Garret Heaton wrote: >> On Mon, Aug 24, 2009 at 3:53 PM, Phil Christensen >> wrote: >>> I feel like I can think of any number of ways running the same >>> series of queries twice would be a bad thing. I have some very >>> important queries

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

2009-08-25 Thread Phil Christensen
On Aug 25, 2009, at 11:25 AM, Phil Mayers wrote: > Phil Christensen wrote: >> Honestly, I have never actually solved it. I pretty much only write >> webapps these days, so when a ConnectionLost happens, it just >> propagates up the stack and displays an error to the user. Not ideal, >> by any means