From: tsuraan Date: 2007-05-30T04:45:16+09:00 Subject: Re: [ANN] EventMachine 0.7.2 has been released ------=_Part_73375_26376438.1180467893526 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > We have taken particular account of the challenges and lessons described > as > the "C10K problem" by Dan Kegel and others. > > ... > > into user programs. The current implementation uses the select(2) > system call > and may be used on a range of Unix-like systems. A future version of > EventMachine > for Linux will use epoll(4) and will thus require a Linux > 2.6kernel. Ok, I have one question (I have the same question for Twisted, but haven't asked them about it...): why not use libevent? It seems much more developer-friendly than having to write your own implementations of epoll, kqueue, poll, select, etc. Why isn't it more widely used? ------=_Part_73375_26376438.1180467893526--