Re: [Twisted-Python] [twisted-python] a problem about reactor

2010-03-29 Thread Bo Shi
Joson, this doesn't have anything to do with the reactor (aside from perhaps it forcing you to ctrl-c to stop the program). You never 1. close() the file or 2. flush() the contents of the file to disk. Sent from my mobile phone. Please excuse any typos. On Mar 29, 2010, at 11:04, Joson Mandaro

Re: [Twisted-Python] SSHSessionProcessProtocol.inConnectionLost() behavior and Git over Conch

2010-03-05 Thread Bo Shi
Thanks Michael; I have filed #4350. On Thu, Mar 4, 2010 at 11:51 PM, Michael Hudson-Doyle wrote: > On 4 March 2010 17:46, Bo Shi wrote: >> Hi All, >> >> I've been struggling with this issue off and on for the better part of >> a month now.  Having implemented a

[Twisted-Python] SSHSessionProcessProtocol.inConnectionLost() behavior and Git over Conch

2010-03-03 Thread Bo Shi
Hi All, I've been struggling with this issue off and on for the better part of a month now. Having implemented a simple git SSH server using some of the Conch examples in the official documentation, I encountered an issue that would cause a git client to throw an error only part of the time. The