<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Feb 25, 2013, at 10:24 PM, Wenxiang Wu &lt;<a href="mailto:wenxiang@zopim.com">wenxiang@zopim.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr" style="font-family: Menlo; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">From what I can tell, there isn't a specific pattern that. But from this small sample size, users that run into this problem are those with higher levels of usage, i.e. connections with more traffic.<div><br></div><div>Also, this *seems* to affect users in the same LAN more. The 2 groups of affected users I worked closely with regarding this issue were both connected to the same WiFi router.</div></div></blockquote><br></div><div>So, it sounds like it's happening with connections that are (A) faster and (B) shipping around more traffic. &nbsp;Smells like a possible race condition - and maybe not in Twisted. &nbsp;Is it possible for you to test with any other OS / kernel variations, to see if it behaves differently on other Linux versions, ideally some with changes to epoll?</div><div><br></div><div>I don't know epoll quite well enough to read the strace and tell what's going on. &nbsp;If those are the only calls being traced... there's no gettimeofday or send or recv calls? &nbsp;That suggests it's just thrashing, but if your workaround works, other stuff must be going on. &nbsp;Hmm. &nbsp;I guess I don't have a clear enough picture for any useful conjecture yet :). &nbsp;Can you open a bug, and attach a more complete strace, assuming that the one with just the epoll calls was filtered?</div><div><br></div><div>-glyph</div><div><br></div></body></html>