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
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
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
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
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
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
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
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