ivykis 0.7 review

Download
by rbytes.net on

ivykis is a library for asynchronous I/O readiness notification. ivykis library is a thin, portable wrapper around OS-provided mecha

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Lennert Buytenhek
0 stars award from rbytes.net

ivykis is a library for asynchronous I/O readiness notification.

ivykis library is a thin, portable wrapper around OS-provided mechanisms such as /dev/epoll, /dev/poll, kqueue(2), poll(2), POSIX realtime signals, select(2), and epoll_create(2).

ivykis was mainly designed for building high-performance network servers, but can be used as building block for any kind of event-driven application that uses poll(2)able file descriptors as its inputs.

What's New in This Release:
use $(MAKE) in Makefile. (gorny at netric dot org)
include sys/types.h before sys/{select,socket}.h. (gorny at netric dot org)
support sys_epoll on non-x86 linux platforms.

ivykis 0.7 keywords