[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

Re: [Twisted-Python] debugging a memory leak

2010-03-03 Thread Alec Matusis
It turns out that the situation described in my last email, where the server buffers strings due to the socket Send-Q saturation never arises in our production system, it was an artifact of high load testing in the lab environment. I "fixed" the memory leak, and I still do not understand what caus

[Twisted-Python] Twisted 10.0.0 released

2010-03-03 Thread Jonathan Lange
On behalf of Twisted Matrix Laboratories, I am honored to announce the release of Twisted 10.0. Highlights include: * Improved documentation, including "Twisted Web in 60 seconds" * Faster Perspective Broker applications * A new Windows installer that ships without zope.interface * Twisted

Re: [Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Ralph Meijer
On Wed, 2010-03-03 at 22:25 +0100, Ralph Meijer wrote: > On Wed, 2010-03-03 at 14:32 -0500, Drew Smathers wrote: > > On Wed, Mar 3, 2010 at 1:56 PM, Werner Thie > > wrote: > > [..] > > > > After some fiddling around it seems that the code at line 282 > > in > > twisted\word

Re: [Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Ralph Meijer
On Wed, 2010-03-03 at 14:32 -0500, Drew Smathers wrote: > On Wed, Mar 3, 2010 at 1:56 PM, Werner Thie > wrote: > [..] > > After some fiddling around it seems that the code at line 282 > in > twisted\words\protocols\jabber\xmlstream.py presets the sid of > the >

Re: [Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Drew Smathers
On Wed, Mar 3, 2010 at 1:56 PM, Werner Thie wrote: > Hi > > Starting twistd xmpp-router and trying to connect to it with a component > from the wokkel examples > > """ > An XMPP Ping server as an external server-side component. > > This ping server assumes the domain C{'ping'}. > """ > import sys

[Twisted-Python] twisted xmpp-router component interface problem

2010-03-03 Thread Werner Thie
Hi Starting twistd xmpp-router and trying to connect to it with a component from the wokkel examples """ An XMPP Ping server as an external server-side component. This ping server assumes the domain C{'ping'}. """ import sys from twisted.python import log from twisted.application import app, s