1
0
Fork 0
arangodb/3rdParty/libev
Jan Steemann 50f2ffaaaf fixed misbehaving memory barriers for Visual Studio 2013
seems we are affected by the issue described here:
http://lists.schmorp.de/pipermail/libev/2014q1/002318.html
2014-04-02 14:19:40 +02:00
..
Changes added libev 2012-02-09 10:31:22 +01:00
LICENSE added libev 2012-02-09 10:31:22 +01:00
Makefile.am don't generate pod2man 2013-09-05 14:23:20 +02:00
Makefile.in remove pod2man 2013-08-28 20:44:18 +02:00
README added libev 2012-02-09 10:31:22 +01:00
README.embed added libev 2012-02-09 10:31:22 +01:00
Symbols.ev added libev 2012-02-09 10:31:22 +01:00
Symbols.event added libev 2012-02-09 10:31:22 +01:00
aclocal.m4 added generated files 2012-02-09 10:35:34 +01:00
autogen.sh added libev 2012-02-09 10:31:22 +01:00
config.guess added generated files 2012-02-09 10:35:34 +01:00
config.h.in added generated files 2012-02-09 10:35:34 +01:00
config.sub added generated files 2012-02-09 10:35:34 +01:00
configure added generated files 2012-02-09 10:35:34 +01:00
configure.ac added libev 2012-02-09 10:31:22 +01:00
depcomp added generated files 2012-02-09 10:35:34 +01:00
ev++.h added libev 2012-02-09 10:31:22 +01:00
ev.3 JAN: added documentation 2012-02-10 19:01:46 +01:00
ev.c fixed misbehaving memory barriers for Visual Studio 2013 2014-04-02 14:19:40 +02:00
ev.h added libev 2012-02-09 10:31:22 +01:00
ev.pod added libev 2012-02-09 10:31:22 +01:00
ev_epoll.c added libev 2012-02-09 10:31:22 +01:00
ev_kqueue.c added libev 2012-02-09 10:31:22 +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 added libev 2012-02-09 10:31:22 +01:00
ev_win32.c added libev 2012-02-09 10:31:22 +01:00
ev_wrap.h added libev 2012-02-09 10:31:22 +01:00
event.c added libev 2012-02-09 10:31:22 +01:00
event.h added libev 2012-02-09 10:31:22 +01:00
event_compat.h added libev 2012-02-09 10:31:22 +01:00
import_libevent added libev 2012-02-09 10:31:22 +01:00
install-sh added generated files 2012-02-09 10:35:34 +01:00
libev.m4 added libev 2012-02-09 10:31:22 +01:00
ltmain.sh added generated files 2012-02-09 10:35:34 +01:00
missing added generated files 2012-02-09 10:35:34 +01:00
update_ev_c added libev 2012-02-09 10:31:22 +01:00
update_ev_wrap added libev 2012-02-09 10:31:22 +01:00
update_symbols added libev 2012-02-09 10:31:22 +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.
   - 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