diff options
author | ayin <ayin> | 2007-12-21 10:06:50 +0000 |
---|---|---|
committer | ayin <ayin> | 2007-12-21 10:06:50 +0000 |
commit | 40948ce9e4d9dad5abfb7ce8bf9a0a7b7952f654 (patch) | |
tree | 91ef1b3a201a9943afe77abfdba04f9a1bdd4908 | |
parent | 73861ad6c4342633fff7dcd5913bcaa2749dba09 (diff) |
Fix typo.
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -319,7 +319,7 @@ but it scales phenomenally better. While poll and select usually scale like O(total_fds) where n is the total number of fds (or the highest fd), epoll scales either O(1) or O(active_fds). The epoll design has a number of shortcomings, such as silently dropping events in some hard-to-detect -cases and rewuiring a syscall per fd change, no fork support and bad +cases and rewiring a syscall per fd change, no fork support and bad support for dup: While stopping, setting and starting an I/O watcher in the same iteration |