Mirror of :pserver:anonymous@cvs.schmorp.de/schmorpforge libev http://software.schmorp.de/pkg/libev.html
Go to file
Marc Alexander Lehmann 26fa899e86 *** empty log message *** 2023-06-23 11:29:38 +00:00
Changes *** empty log message *** 2023-06-03 08:53:03 +00:00
LICENSE *** empty log message *** 2014-01-16 11:51:05 +00:00
Makefile.am *** empty log message *** 2019-07-02 06:07:54 +00:00
README Fix typos. 2023-05-14 19:02:31 +00:00
README.embed include embedding doc in main doc 2007-11-24 10:10:26 +00:00
Symbols.ev *** empty log message *** 2019-12-21 16:11:51 +00:00
Symbols.event *** empty log message *** 2012-05-08 15:50:49 +00:00
autogen.sh Use autoreconf to bootstrap. 2011-05-30 15:28:54 +00:00
configure.ac *** empty log message *** 2020-03-18 12:30:20 +00:00
ev++.h *** empty log message *** 2023-06-03 08:53:03 +00:00
ev.3 *** empty log message *** 2023-06-03 08:53:03 +00:00
ev.c Fix typos. 2023-05-14 19:02:31 +00:00
ev.h *** empty log message *** 2023-06-23 11:29:38 +00:00
ev.pod *** empty log message *** 2023-06-03 08:53:03 +00:00
ev_epoll.c *** empty log message *** 2019-08-17 05:30:16 +00:00
ev_iouring.c Fix typos. 2023-05-14 19:02:31 +00:00
ev_kqueue.c *** empty log message *** 2019-08-17 05:30:16 +00:00
ev_linuxaio.c Fix typos. 2023-05-14 19:02:31 +00:00
ev_poll.c *** empty log message *** 2019-08-17 05:30:16 +00:00
ev_port.c replace soem urls 2021-05-22 20:14:57 +00:00
ev_select.c *** empty log message *** 2019-08-17 05:30:16 +00:00
ev_vars.h § 2020-07-26 11:10:45 +00:00
ev_win32.c *** empty log message *** 2019-11-19 20:09:49 +00:00
ev_wrap.h § 2020-07-26 11:10:45 +00:00
event.c *** empty log message *** 2012-04-02 23:14:40 +00:00
event.h *** empty log message *** 2012-04-02 23:14:41 +00:00
event_compat.h ws cleanup, changes 2011-02-16 08:02:49 +00:00
import_libevent Fix typos. 2023-05-14 19:02:31 +00:00
libev.m4 *** empty log message *** 2019-11-22 14:32:13 +00:00
update_ev_c *** empty log message *** 2020-01-22 17:11:33 +00:00
update_ev_wrap *** empty log message *** 2012-05-06 13:09:12 +00:00
update_symbols add and document Symbol.* files 2007-12-19 01:59:29 +00: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 loosely) 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, linux epoll, linux aio, bsd kqueue
     and solaris 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, 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