You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.5 KiB

11 years ago
  1. libev is a high-performance event loop/event model with lots of features.
  2. (see benchmark at http://libev.schmorp.de/bench.html)
  3. ABOUT
  4. Homepage: http://software.schmorp.de/pkg/libev
  5. Mailinglist: libev@lists.schmorp.de
  6. http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
  7. Library Documentation: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod
  8. Libev is modelled (very losely) after libevent and the Event perl
  9. module, but is faster, scales better and is more correct, and also more
  10. featureful. And also smaller. Yay.
  11. Some of the specialties of libev not commonly found elsewhere are:
  12. - extensive and detailed, readable documentation (not doxygen garbage).
  13. - fully supports fork, can detect fork in various ways and automatically
  14. re-arms kernel mechanisms that do not support fork.
  15. - highly optimised select, poll, epoll, kqueue and event ports backends.
  16. - filesystem object (path) watching (with optional linux inotify support).
  17. - wallclock-based times (using absolute time, cron-like).
  18. - relative timers/timeouts (handle time jumps).
  19. - fast intra-thread communication between multiple
  20. event loops (with optional fast linux eventfd backend).
  21. - extremely easy to embed (fully documented, no dependencies,
  22. autoconf supported but optional).
  23. - very small codebase, no bloated library, simple code.
  24. - fully extensible by being able to plug into the event loop,
  25. integrate other event loops, integrate other event loop users.
  26. - very little memory use (small watchers, small event loop data).
  27. - optional C++ interface allowing method and function callbacks
  28. at no extra memory or runtime overhead.
  29. - optional Perl interface with similar characteristics (capable
  30. of running Glib/Gtk2 on libev).
  31. - support for other languages (multiple C++ interfaces, D, Ruby,
  32. Python) available from third-parties.
  33. Examples of programs that embed libev: the EV perl module, node.js,
  34. auditd, rxvt-unicode, gvpe (GNU Virtual Private Ethernet), the
  35. Deliantra MMORPG server (http://www.deliantra.net/), Rubinius (a
  36. next-generation Ruby VM), the Ebb web server, the Rev event toolkit.
  37. CONTRIBUTORS
  38. libev was written and designed by Marc Lehmann and Emanuele Giaquinta.
  39. The following people sent in patches or made other noteworthy
  40. contributions to the design (for minor patches, see the Changes
  41. file. If I forgot to include you, please shout at me, it was an
  42. accident):
  43. W.C.A. Wijngaards
  44. Christopher Layne
  45. Chris Brody