<br><br><div class="gmail_quote">On Sun, Jan 3, 2010 at 5:26 AM, Leif K-Brooks <span dir="ltr">&lt;<a href="mailto:eurleif@gmail.com">eurleif@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey,<br>
<br>
I operate Omegle (<a href="http://omegle.com/" target="_blank">http://omegle.com/</a>), which is a COMET-driven<br>
Twisted.Web app. (It doesn&#39;t use Nevow or anything; just Twisted.Web.)<br>
It gets fairly heavy traffic; right now, it peaks daily at around 6500<br>
concurrent users. Technical details:<br></blockquote><div><br>You should write a success story! I&#39;ve used Omegle when the boredom hits hard. <br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
- Hosted on a Linode 2880 virtual private server<br>
(<a href="https://www.linode.com/" target="_blank">https://www.linode.com/</a>); Ubuntu, 2880 MB of RAM, 4 cores available<br>
- EPollReactor<br>
<br>
Omegle currently runs at close to 100% CPU for most of the day, and<br>
I&#39;m a bit concerned about that.<br><br></blockquote><div><br>Try use the standard reactor instead of epoll. I found a similar problem when I switched my product to the epoll reactor, the cpu usage problem went away when I reverted back to the normal reactor. <br>
</div></div><br>