lkml.org 
[lkml]   [2003]   [Jun]   [21]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 21 Jun 2003 06:19:00 -0400
Subject[ANN,OT] libivykis event handling library 0.4 is available
FromLennert Buytenhek <>
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)


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:36    [from the cache]
©2003-2008