Re: [Twisted-Python] Boston Twisted Sprint: Last-Minute December Edition

2011-12-09 Thread Tenth
I should also mention that the Sprint will now officially be starting at Noon, if that makes it more convenient for anyone... Thanks, - Dave ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listin

Re: [Twisted-Python] Boston Twisted Sprint: Last-Minute December Edition

2011-12-09 Thread Kevin Horn
On Thu, Dec 8, 2011 at 8:23 PM, Glyph wrote: > > I'll be there, and I'll be working on at least 2 exciting and mysterious > features :). > Exciting! Mysterious! Also, for this sprint or for future sprints, if you're not in the Boston > metro area, we'd love to co-ordinate with events in other

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

2011-12-09 Thread Augusto Mecking Caringi
Hi! I'm writing a software using Python Twisted with the following architecture: [server]<->[providers] The providers (that can be thousands) send events to the centralized server, usually we have a few events per minute for each provider, but a burst of events can happen. So I

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

2011-12-09 Thread Itamar Turner-Trauring
> What's the best solution? Apply the patch attached on this ticket, > moving to a producer/consumer approach, or any other idea? The patch will just delay the problem... you're creating a huge number of strings, faster than the transport can write them out. The solution is indeed to use the c

Re: [Twisted-Python] Boston Twisted Sprint: Last-Minute December Edition

2011-12-09 Thread Glyph
On Dec 9, 2011, at 2:00 PM, Kevin Horn wrote: > It's probably a bit too short notice this time to try to hijack the meeting, Understandable. Possibly worth a shot though ;) > but if you have future sprints on second Saturdays (this is at least the > second one, I don't know if that's by accide