Télécharger la liste

Description du projet

ivykis is a library for asynchronous I/O readiness notification. It is a thin, portable wrapper around OS-provided mechanisms such as /dev/poll, epoll_create(2), kqueue(2), poll(2), and port_create(3C). 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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-20 14:10 Retour à la liste release
0.37

Cette version correctifs revenant à eventfd(2), si eventfd2(2) était disponible au moment de la génération, mais n'est pas pris en charge par le noyau en cours d'exécution, ajoute la prise en charge ppoll(2), rend l'autoconf Rechercher __thread plus robuste et contient plusieurs optimisations.
This release fixes falling back to eventfd(2) if eventfd2(2) was available at build time but isn't supported by the running kernel, adds support for ppoll(2), makes the autoconf check for __thread more robust, and contains various optimizations.

Project Resources