summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2008-04-02 19:19:33 +0000
committerroot <root>2008-04-02 19:19:33 +0000
commitc37f8897abc61b5af4efba45988e53c083434296 (patch)
treefe813e9f31ae09e79105020fc5b35b8fbf97d0f7
parent3ff3b549887f097ffa24d032de1a4db6204e21e9 (diff)
*** empty log message ***
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index aa8a647..4fe808a 100644
--- a/ev.pod
+++ b/ev.pod
@@ -360,7 +360,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 rewiring a syscall per fd change, no fork support and bad
+cases and requiring 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