0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/libev
Ryan Dahl 241ea7e595 Simplify next tick logic by looping around ev_loop
This is also in preparation for the writev patch, which needs to dump
remaining data after ev_loop ends.
2010-11-17 13:22:11 -08:00
..
autogen.sh add dependencies: libeio, libev, v8 2009-04-03 13:43:03 +02:00
Changes Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
config.h.in Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
configure.ac Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev_epoll.c Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev_kqueue.c Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev_poll.c Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev_port.c Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev_select.c Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev_vars.h Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev_win32.c Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
ev_wrap.h Upgrade libev to 3.8 2009-08-13 15:07:37 +02:00
ev.3 Upgrade libev to 3.9 2010-01-04 22:52:48 -08:00
ev.c Simplify next tick logic by looping around ev_loop 2010-11-17 13:22:11 -08:00
ev.h Simplify next tick logic by looping around ev_loop 2010-11-17 13:22:11 -08:00
ev.pod Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
ev++.h Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
event_compat.h Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
event.c Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
event.h Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
import_libevent Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
libev.m4 Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
LICENSE Upgrade libev to 3.8 2009-08-13 15:07:37 +02:00
Makefile.am Upgrade libev to 4.00 2010-10-21 15:38:32 -07:00
README add dependencies: libeio, libev, v8 2009-04-03 13:43:03 +02:00
README.embed Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
Symbols.ev Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
Symbols.event Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
update_ev_wrap Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
update_symbols Upgrade libev to latest CVS 2009-11-17 12:41:19 +01:00
wscript Back to WAF 2010-11-01 16:51:20 -07:00

libev is a high-performance event loop/event model with lots of features.
(see benchmark at http://libev.schmorp.de/bench.html)


ABOUT

   Homepage: http://software.schmorp.de/pkg/libev
   Mailinglist: libev@lists.schmorp.de
                http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
   Library Documentation: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod

   Libev is modelled (very losely) after libevent and the Event perl
   module, but is faster, scales better and is more correct, and also more
   featureful. And also smaller. Yay.

   Some of the specialties of libev not commonly found elsewhere are:
   
   - extensive and detailed, readable documentation (not doxygen garbage).
   - fully supports fork, can detect fork in various ways and automatically
     re-arms kernel mechanisms that do not support fork.
   - highly optimised select, poll, epoll, kqueue and event ports backends.
   - filesystem object (path) watching (with optional linux inotify support).
   - wallclock-based times (using absolute time, cron-like).
   - relative timers/timeouts (handle time jumps).
   - fast intra-thread communication between multiple
     event loops (with optional fast linux eventfd backend).
   - extremely easy to embed.
   - very small codebase, no bloated library.
   - fully extensible by being able to plug into the event loop,
     integrate other event loops, integrate other event loop users.
   - very little memory use (small watchers, small event loop data).
   - optional C++ interface allowing method and function callbacks
     at no extra memory or runtime overhead.
   - optional Perl interface with similar characteristics (capable
     of running Glib/Gtk2 on libev, interfaces with Net::SNMP and
     libadns).
   - support for other languages (multiple C++ interfaces, D, Ruby,
     Python) available from third-parties.

   Examples of programs that embed libev: the EV perl module,
   rxvt-unicode, gvpe (GNU Virtual Private Ethernet), the Deliantra MMORPG
   server (http://www.deliantra.net/), Rubinius (a next-generation Ruby
   VM), the Ebb web server, the Rev event toolkit.


CONTRIBUTORS

   libev was written and designed by Marc Lehmann and Emanuele Giaquinta.

   The following people sent in patches or made other noteworthy
   contributions to the design (for minor patches, see the Changes
   file. If I forgot to include you, please shout at me, it was an
   accident):

   W.C.A. Wijngaards
   Christopher Layne
   Chris Brody