-
This patch is for version 2.0. Please bug maintainers of library about that patch.
Also there is a version of this patch supporting Linux syscalls (requires glibc 2.8):
http://github.com/vkholodkov/libevent/tree/valery-master.
2009-06-24 08:45:37 UTC in libevent - an asynchronous event library
-
Patch to support waiting for AIO operations' completion. User is able to submit multiple AIO requests and wait for their completion using libevent, thus eliminating disk IO waits in asynchronous applications.
Supported platforms: FreeBSD/kqeueue. On other platforms signal notification should work, provided POSIX AIO is available. However the signal notification should be less performant, than...
2008-07-10 11:42:17 UTC in libevent - an asynchronous event library
-
I think it is indeed not a bug. One should use splice, aio or parallel thread to make such program asynchronous.
2008-06-01 18:39:17 UTC in libevent - an asynchronous event library
-
Constants instead of methods look like a better idea. But you are missing query API. I.e. if I am able to operate in both ET and non-ET environment, then the only way to query features is try-and-fail method, which from my point of view is not a good programing style.
2008-05-30 20:30:01 UTC in libevent - an asynchronous event library
-
Provides an API to query capabilities of a backend of current or specified event base. In particular querying of Edge-Triggred behaviour capability is implemented, thus enabling application developer to rely on EV_ET flag in event handler.
Querying for additional capabilities could be added in the future.
regress_et.c now queries ET support in more transparent way.
2008-05-30 19:49:51 UTC in libevent - an asynchronous event library
-
Please see the response in libevent mail list archives:
http://monkeymail.org/archives/libevent-users/2008-May/001264.html.
2008-05-29 18:05:39 UTC in libevent - an asynchronous event library
-
Target library version is 1.4.3-stable.
2008-05-20 21:56:44 UTC in libevent - an asynchronous event library
-
Enables Edge-Triggered behaviour for the polling methods
which support it (currently only epoll and kqueue).
The user event handler is notified of Edge-Triggered behavior by specifying EV_ET flag in event type.
The user should be aware of possible consequences of
using Edge-Triggered behaviour (see epoll and kqueue manual), i.e IO starvation. However if used properly could provide...
2008-05-20 21:40:34 UTC in libevent - an asynchronous event library
-
val_kh committed patchset 73 of module routed to the The Nexus Routing Daemon CVS repository, changing 2 files.
2008-05-15 22:46:14 UTC in The Nexus Routing Daemon
-
val_kh committed patchset 72 of module routed to the The Nexus Routing Daemon CVS repository, changing 2 files.
2008-05-15 22:30:11 UTC in The Nexus Routing Daemon