From: SourceForge.net <no...@so...> - 2006-09-27 15:34:41
|
Feature Requests item #1566417, was opened at 2006-09-27 17:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1566417&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: C-API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Zoran Vasiljevic (vasiljevic) Assigned to: Zoran Vasiljevic (vasiljevic) Summary: Generalize event handling (poll/select replacement) Initial Comment: Most of more advanced OS'es today have better and more scalable options of handling events in a general fashion. Solaris has dpoll, port_*, BSD-like OS'es have kqueue/kevent, Windows has WaitForMultipleObjects... Lets create our own internal abstraction (like in lighttpd) so we can benefit from the scalability the alternatives to poll/select can offer. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1566417&group_id=130646 |