diff options
author | root <root> | 2007-11-01 11:55:54 +0000 |
---|---|---|
committer | root <root> | 2007-11-01 11:55:54 +0000 |
commit | 8b9a210d6531a3b35e9e6138473f6456318bae22 (patch) | |
tree | 42456732ceb92f20143f7c55057cf4a6081849a5 /README | |
parent | 1bd3bb1d1727f4452c96ee728278f37bd717a62a (diff) |
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,6 @@ -libev is modelled after libevent (http://monkey.org/~provos/libevent/), but aims -to be faster and more correct, and also more featureful. Examples: +libev is modelled (very losely) after libevent +(http://monkey.org/~provos/libevent/), but aims to be faster and more +correct, and also more featureful. Examples: (comparisons relative to libevent-1.3e and libev-0.00) @@ -56,6 +57,8 @@ to be faster and more correct, and also more featureful. Examples: - libev handles EBADF gracefully by removing the offending fds. +- doesn't rely on nonportable BSD header files. + whats missing? - evdns, evhttp, bufferevent are missing, libev is only an even library at |