Re: [Twisted-Python] Twisted client memory leak

2013-01-22 Thread Diego Woitasen
El 22/01/2013 12:22, "Tristan Seligmann" escribió: > > On Tue, Jan 22, 2013 at 3: > > On Tue, Jan 22, 2013 at 3:06 PM, Diego Woitasen > wrote: > > I reproduce the problem with a modification of Echo client example > > from Twisted documentation: > >

Re: [Twisted-Python] Twisted client memory leak

2013-01-22 Thread Diego Woitasen
On Tue, Jan 22, 2013 at 11:03 AM, Phil Mayers wrote: > On 22/01/13 13:54, Diego Woitasen wrote: > >> Ok, that's work. Thanks. >> >> My question is now, why is this done automatically for EchoProtocol() >> and not for EchoFactory()? Looks like the references are

Re: [Twisted-Python] Twisted client memory leak

2013-01-22 Thread Diego Woitasen
On Tue, Jan 22, 2013 at 10:38 AM, Marco Giusti wrote: > On Tue, Jan 22, 2013 at 10:18:13AM -0300, Diego Woitasen wrote: >> Here is the server code if you want to have a test: > [cut] >> >> Thanks! >> >> On Tue, Jan 22, 2013 at 10:06 AM, Diego Woitasen >>

Re: [Twisted-Python] Twisted client memory leak

2013-01-22 Thread Diego Woitasen
tory()) reactor.run() Thanks! On Tue, Jan 22, 2013 at 10:06 AM, Diego Woitasen wrote: > I have an Twisted client app that makes hundreds of connections per > minute. I discover that I have a memory leak un my app and I'm almost > sure that is related to the ClientFactory() derived cl

[Twisted-Python] Twisted client memory leak

2013-01-22 Thread Diego Woitasen
the program shutdowns. They are not deleted when the connections finish. I haven't found in the documentation if I need to do some to get factory instances deleted. -- Diego Woitasen ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python