ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/README
Revision: 1.1
Committed: Tue Oct 30 20:59:31 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Log Message:
initial roguh cut that doesn't immediately barf

File Contents

# Content
1 libev is modelled after libevent (http://monkey.org/~provos/libevent/), but aims
2 to be faster and more correct, and also more featureful. Examples:
3
4 - multiple watchers can wait for the same event without deregistering others.
5 - fork() is supported and can be handled.
6 - timers are handled as a priority queue (faster)
7 - watchers use less memory (faster)
8 - less calls to epoll_ctl (faster)
9