* [ANN,OT] libivykis event handling library 0.4 is available
@ 2003-06-21 10:19 Lennert Buytenhek
0 siblings, 0 replies; only message in thread
From: Lennert Buytenhek @ 2003-06-21 10:19 UTC (permalink / raw)
To: linux-kernel
http://sourceforge.net/project/showfiles.php?group_id=74441
Version 0.4 of the libivykis event handling library is available.
libivykis is a thin wrapper over various OS'es implementation of
I/O readiness notification facilities (such as poll(2), kqueue(2))
and is mainly intended for writing portable high-performance network
servers.
The main change in this release is the addition of infrastructure for
proper support for level-triggered poll methods, and implementations
for /dev/poll (Solaris), poll(2), select(2), kqueue(2) in level-triggered
mode, and sys_epoll in level-triggered mode. libivykis now supports
both edge-triggered and level-triggered poll methods.
The list of supported poll methods is now:
- /dev/epoll (linux)
- /dev/poll (Solaris)
- kqueue (*BSD)
- kqueue level-triggered (*BSD)
- poll(2)
- realtime signals (linux)
- select(2)
- sys_epoll (linux)
- sys_epoll level-triggered (linux)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-21 10:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-21 10:19 [ANN,OT] libivykis event handling library 0.4 is available Lennert Buytenhek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox