Well, get started! :)

:pserver:[EMAIL PROTECTED]:/cvsroot/poe

David

On Fri, 1 Oct 2004 07:57:25 -0700 (PDT), Milscvaer
<[EMAIL PROTECTED]> wrote:
> Does POE support the Kqueue and Epoll event
> notification systems which are used on *BSD and Linux
> respectively?
> 
> The ability to have POE use these facilities would
> significantly improve the performance and scalability
> of POE in many cases and for many solutions these
> facilities will yield the best performance. Select()
> while it works well with small loads and is avialable
> on a wide range of platforms, and it is good to have
> select() support, it does have scalability issues in
> processing large loads, these issues are corrected by
> Kqueue and Epoll. Kqueue and Epoll are similar in
> their feature set, but Kqueue is perhaps more
> versatile than Epoll in that it seems to support event
> notification for a larger number of sources.
> 
> Adding support for both of these facilities to POE
> will have many benefits and I am surprised if it hasnt
> been done.
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail is new and improved - Check it out!
> http://promotions.yahoo.com/new_mail
> 



-- 
David Davis
Perl Programmer
http://teknikill.net/

Reply via email to