Re: [Twisted-Python] Consensus on how to handle "MySQL server has gone away"

2012-10-03 Thread Augusto Mecking Caringi
ingConnectionPool": http://www.gelens.org/2009/09/13/twisted-connectionpool-revisited/ What are your opinion about it? -- Augusto Mecking Caringi ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] Twisted in a multicore environment

2012-07-10 Thread Augusto Mecking Caringi
s per worker" My question: There is something similar in Twisted? Or do you think that is easy to implement something like that? Thanks! -- Augusto Mecking Caringi ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twist

Re: [Twisted-Python] telnet works, why wont this client/protocol test?

2012-01-12 Thread Augusto Mecking Caringi
On Thu, Jan 12, 2012 at 4:33 PM, Glyph wrote: > On Jan 12, 2012, at 1:06 PM, Augusto Mecking Caringi wrote: > > "Most textual Internet protocols (including HTTP, SMTP, FTP, IRC and > many others) mandate the use of ASCII CR+LF (0x0D 0x0A) on the > protocol level, but rec

Re: [Twisted-Python] telnet works, why wont this client/protocol test?

2012-01-12 Thread Augusto Mecking Caringi
ar Turner-Trauring wrote: > >> At a guess, it's because by default LineReceiver splits on '\r\n', but >> you're sending only '\n'. >> >> -Itamar -- Augusto Mecking Caringi ___ Twisted-Python maili

Re: [Twisted-Python] MemoryError in twisted.internet.abstract.FileDescriptor

2011-12-14 Thread Augusto Mecking Caringi
On Wed, Dec 14, 2011 at 9:49 PM, Andrew Bennetts wrote: > Augusto Mecking Caringi wrote: >> >>> om[3082188716].c > […] >> str(2917687304 >> 53120905B 1par 'ype: Test\nDate: 2011-12-14 >> 16:45:30.995217\nEvent-Subtype: FooBar\nContent-Type: >> app

Re: [Twisted-Python] MemoryError in twisted.internet.abstract.FileDescriptor

2011-12-14 Thread Augusto Mecking Caringi
684 552B 21refs 1par), str(3082724352 30B 9par 'logstr'), str(3082181232 39B 1par 'Provider,client'), str(3082723680 27B 5par 'TLS'), int(164303008 12B 100par 1), str(3084439744 30B 80par 'socket'), Connection(3082208356

Re: [Twisted-Python] MemoryError in twisted.internet.abstract.FileDescriptor

2011-12-10 Thread Augusto Mecking Caringi
e of the process would return to a normal level. But this does not happen... It's normal? Thanks! -- Augusto Mecking Caringi ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] MemoryError in twisted.internet.abstract.FileDescriptor

2011-12-09 Thread Augusto Mecking Caringi
wistedmatrix.com/trac/ticket/3682 And I think that this is exact my problem. What's the best solution? Apply the patch attached on this ticket, moving to a producer/consumer approach, or any other idea? Thanks! -- Augusto Mecking Caringi __