| Revision: | 1.1 |
| Committed: | Tue Oct 30 20:59:31 2007 UTC (18 years, 3 months ago) by root |
| Branch: | MAIN |
| Log Message: | initial roguh cut that doesn't immediately barf |
| # | 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 |