1
0
Fork 0
arangodb/3rdParty/libev
Kaveh Vahedipour 409d03a850 Finding tcmalloc 2016-02-11 17:49:55 +00:00
..
CMakeLists.txt almost finished libev 2016-01-16 01:37:53 +01:00
Changes Update libev to 4.22 2016-02-08 12:49:04 +01:00
LICENSE Update libev to 4.22 2016-02-08 12:49:04 +01:00
Makefile.am Update libev to 4.22 2016-02-08 12:49:04 +01:00
Makefile.in Update libev to 4.22 2016-02-08 12:49:04 +01:00
README Update libev to 4.22 2016-02-08 12:49:04 +01:00
Symbols.ev added libev 2012-02-09 10:31:22 +01:00
Symbols.event Update libev to 4.22 2016-02-08 12:49:04 +01:00
aclocal.m4 Update libev to 4.22 2016-02-08 12:49:04 +01:00
autogen.sh added libev 2012-02-09 10:31:22 +01:00
config.guess Update libev to 4.22 2016-02-08 12:49:04 +01:00
config.h.cmake.in almost finished libev 2016-01-16 01:37:53 +01:00
config.h.in added generated files 2012-02-09 10:35:34 +01:00
config.sub Update libev to 4.22 2016-02-08 12:49:04 +01:00
configure Update libev to 4.22 2016-02-08 12:49:04 +01:00
configure.ac Update libev to 4.22 2016-02-08 12:49:04 +01:00
depcomp Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev++.h Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev.3 Finding tcmalloc 2016-02-11 17:49:55 +00:00
ev.c Re-apply windows patches. 2016-02-08 12:49:30 +01:00
ev.h Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev.pod Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev_epoll.c Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev_kqueue.c Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev_poll.c added libev 2012-02-09 10:31:22 +01:00
ev_port.c added libev 2012-02-09 10:31:22 +01:00
ev_select.c added libev 2012-02-09 10:31:22 +01:00
ev_vars.h Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev_win32.c Update libev to 4.22 2016-02-08 12:49:04 +01:00
ev_wrap.h Update libev to 4.22 2016-02-08 12:49:04 +01:00
event.c Update libev to 4.22 2016-02-08 12:49:04 +01:00
event.h Update libev to 4.22 2016-02-08 12:49:04 +01:00
install-sh Update libev to 4.22 2016-02-08 12:49:04 +01:00
libev.m4 Update libev to 4.22 2016-02-08 12:49:04 +01:00
ltmain.sh Update libev to 4.22 2016-02-08 12:49:04 +01:00
missing Update libev to 4.22 2016-02-08 12:49:04 +01:00

README

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 (fully documented, no dependencies,
     autoconf supported but optional).
   - very small codebase, no bloated library, simple code.
   - 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).
   - support for other languages (multiple C++ interfaces, D, Ruby,
     Python) available from third-parties.

   Examples of programs that embed libev: the EV perl module, node.js,
   auditd, 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