[Twisted-Python] Weekly Bug Summary

2012-10-20 Thread exarkun
Bug summary __ Summary for 2012-10-14 through 2012-10-21 Opened Closed Total Change Enhancements: 15 12959 +3 Defects: 27 3627+24 Tasks: 1 0 8

Re: [Twisted-Python] a possible solution for ticket 5562

2012-10-20 Thread gelin yan
On Sun, Oct 21, 2012 at 3:35 AM, Glyph wrote: > I'm top-posting just for consistency in this thread, but in the future > please comment inline with trimming :). It's easier to follow for future > readers; if they find a post stand-alone in some web archive, the question > will come before the an

Re: [Twisted-Python] git repo maintenance

2012-10-20 Thread Duncan McGreggor
On Sat, Oct 20, 2012 at 4:51 PM, wrote: > On 11:24 pm, oubiw...@twistedmatrix.com wrote: >>Hey all, >> >>At the sprint today, Glyph mentioned that the github repo hasn't been >>updated recently and needs someone to maintain it regularly. He also >>mentioned that pull requests would be accepted fr

Re: [Twisted-Python] git repo maintenance

2012-10-20 Thread exarkun
On 11:24 pm, oubiw...@twistedmatrix.com wrote: >Hey all, > >At the sprint today, Glyph mentioned that the github repo hasn't been >updated recently and needs someone to maintain it regularly. He also >mentioned that pull requests would be accepted from github, at which >point >I immediately volunt

[Twisted-Python] git repo maintenance

2012-10-20 Thread Duncan McGreggor
Hey all, At the sprint today, Glyph mentioned that the github repo hasn't been updated recently and needs someone to maintain it regularly. He also mentioned that pull requests would be accepted from github, at which point I immediately volunteered to keep the repo up to date :-) (I can't bear usi

Re: [Twisted-Python] a possible solution for ticket 5562

2012-10-20 Thread Glyph
I'm top-posting just for consistency in this thread, but in the future please comment inline with trimming :). It's easier to follow for future readers; if they find a post stand-alone in some web archive, the question will come before the answer. Anyhow; Mike, you're definitely closer to the

Re: [Twisted-Python] a possible solution for ticket 5562

2012-10-20 Thread Mike Winter
This looks like the kind of thing that could involve using Deferred as part of solution. Instead of callLater(0.8,doWrite), design the mechanism to wire up event-source to fire the deferred and make doWrite be the callback. On Oct 20, 2012, at 8:29:10AM, gelin yan wrote: > Hi All > > A few

[Twisted-Python] a possible solution for ticket 5562

2012-10-20 Thread gelin yan
Hi All A few months ago, I reported a bug about IOCP. Last night I spent several hours on its implementation and finally found out a possible solution for that. when sending some small chunks data continuously, the buffer will pile them up and send to IOCP; however there is a SEND_LIMIT (128K