Mirror of :pserver:anonymous@cvs.schmorp.de/schmorpforge libev http://software.schmorp.de/pkg/libev.html
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Marc Alexander Lehmann f41a85c608 *** empty log message *** 12 years ago
Changes verify backend fudge factors by reading kernel sources 12 years ago
LICENSE *** empty log message *** 14 years ago
Makefile.am *** empty log message *** 13 years ago
README better 15 years ago
README.embed include embedding doc in main doc 16 years ago
Symbols.ev 4.03 13 years ago
Symbols.event *** empty log message *** 15 years ago
autogen.sh Use autoreconf to bootstrap. 12 years ago
configure.ac 4.04 12 years ago
ev++.h ws cleanup, changes 12 years ago
ev.3 4.04 12 years ago
ev.c *** empty log message *** 12 years ago
ev.h 4.04 12 years ago
ev.pod *** empty log message *** 12 years ago
ev_epoll.c verify backend fudge factors by reading kernel sources 12 years ago
ev_kqueue.c *** empty log message *** 12 years ago
ev_poll.c verify backend fudge factors by reading kernel sources 12 years ago
ev_port.c *** empty log message *** 12 years ago
ev_select.c *** empty log message *** 12 years ago
ev_vars.h ws cleanup, changes 12 years ago
ev_win32.c ws cleanup, changes 12 years ago
ev_wrap.h *** empty log message *** 13 years ago
event.c ws cleanup, changes 12 years ago
event.h ws cleanup, changes 12 years ago
event_compat.h ws cleanup, changes 12 years ago
import_libevent *** empty log message *** 15 years ago
libev.m4 new floor(), better periodic recalc 12 years ago
update_ev_wrap *** empty log message *** 16 years ago
update_symbols add and document Symbol.* files 16 years ago

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