Re: [Twisted-Python] How to Solve a Problem Like Santa with Stackless and Twisted

2011-12-14 Thread Johann Borck
On 12/14/2011 05:45 AM, Glyph wrote: On Dec 13, 2011, at 2:04 PM, Andrew Francis wrote: Now at time T, there are eight reindeer and two elves ready. At T+1, an additional reindeer and elf are ready (their timestamps are the same, timer resolution notwithstanding). However the Twisted reactor

Re: [Twisted-Python] How to Solve a Problem Like Santa with Stackless and Twisted

2011-12-14 Thread Andrew Francis
Hi Glyph: Message: 3 Date: Tue, 13 Dec 2011 23:45:54 -0500 From: Glyph Subject: Re: [Twisted-Python] How to Solve a Problem Like Santa with     Stackless and Twisted To: Twisted general discussion Message-ID: Content-Type: text/plain; charset="iso-8859-1" On Dec 13, 2011, at 2:04 PM, Andrew Fr

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

2011-12-14 Thread Augusto Mecking Caringi
On Sun, Dec 11, 2011 at 5:11 PM, wrote: > On 10 Dec, 05:25 pm, augustocari...@gmail.com wrote: >> >> On Fri, Dec 9, 2011 at 7:31 PM, Itamar Turner-Trauring >> wrote:     What's the best solution? Apply the patch attached on this ticket, moving to a producer/consumer approach, or a

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

2011-12-14 Thread Andrew Bennetts
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: > application/json\n\n{\n ') So it appears you have 53 megabyte string that's referenced from your TLS connection, presum

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

2011-12-14 Thread exarkun
On 08:34 pm, augustocari...@gmail.com wrote: On Sun, Dec 11, 2011 at 5:11 PM, wrote: On 10 Dec, 05:25 pm, augustocari...@gmail.com wrote: On Fri, Dec 9, 2011 at 7:31 PM, Itamar Turner-Trauring wrote:     What's the best solution? Apply the patch attached on this ticket, moving to a prod

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: >> application/json\n\n{\n ') > > So it appears you have