From: Lennert Buytenhek <buytenh@gnu.org>
To: linux-kernel@vger.kernel.org
Subject: [ANN,OT] libivykis event handling library 0.4 is available
Date: Sat, 21 Jun 2003 06:19:00 -0400 [thread overview]
Message-ID: <20030621101900.GB923@gnu.org> (raw)
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)
reply other threads:[~2003-06-21 10:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030621101900.GB923@gnu.org \
--to=buytenh@gnu.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.