ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/README
(Generate patch)

Comparing libev/README (file contents):
Revision 1.11 by root, Fri Nov 2 15:56:19 2007 UTC vs.
Revision 1.16 by root, Mon Nov 12 01:23:21 2007 UTC

1Homepage: http://software.schmorp.de/pkg/libev
2E-Mail: libev@schmorp.de
3
1libev is a high-performance event loop/event model with lots of features. 4libev is a high-performance event loop/event model with lots of features.
2 5
3It is modelled (very losely) after libevent 6It is modelled (very losely) after libevent
4(http://monkey.org/~provos/libevent/) and the Event perl module, but aims 7(http://monkey.org/~provos/libevent/) and the Event perl module, but aims
5to be faster and more correct, and also more featureful. 8to be faster and more correct, and also more featureful.
25 28
26- timers can be repeating (both absolute and relative ones). 29- timers can be repeating (both absolute and relative ones).
27 30
28- detects time jumps and adjusts timers 31- detects time jumps and adjusts timers
29 (works for both forward and backward time jumps and also for absolute timers). 32 (works for both forward and backward time jumps and also for absolute timers).
30
31- can correctly remove timers while executing callbacks
32 (libevent doesn't handle this reliably and can crash).
33 33
34- race-free signal processing 34- race-free signal processing
35 (libevent may delay processing signals till after the next event). 35 (libevent may delay processing signals till after the next event).
36 36
37- less calls to epoll_ctl 37- less calls to epoll_ctl
65- doesn't rely on nonportable BSD header files. 65- doesn't rely on nonportable BSD header files.
66 66
67- a event.h compatibility header exists, and can be used to run a wide 67- a event.h compatibility header exists, and can be used to run a wide
68 range of libevent programs unchanged (such as evdns.c). 68 range of libevent programs unchanged (such as evdns.c).
69 69
70- win32 compatibility for the core parts.
71
72- the event core library (ev and event layer) compiles and works both as
73 C and C++.
74
70whats missing? 75whats missing?
71 76
72- evbuffer, evhttp, bufferevent are missing. 77- no event-like priority support at the moment (the ev priorities
78 are not yet finished and work differently, but you can use idle watchers
79 to get a similar effect).
73 80
74- no priority support at the moment (but likely to be delivered later). 81AUTHOR
75 82
76- kqueue, poll (libev currently implements epoll and select). 83libev was written and designed by Marc Lehmann and Emanuele Giaquinta.
77
78- windows support (whats windows?).
79

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines