summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2012-04-02 18:39:54 +0000
committerroot <root>2012-04-02 18:39:54 +0000
commit1a78f29c569e692a7e7fb56b47f0cc7f7398a9b6 (patch)
tree38887c5897dcb8096066b56adb3f37b33749ce1f /ev.pod
parent3ea499f2d3ae8aaa2389b2e7f47d1a9d20f78f89 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/ev.pod b/ev.pod
index bb1f95a..9ea2cd6 100644
--- a/ev.pod
+++ b/ev.pod
@@ -569,9 +569,9 @@ It scales in the same way as the epoll backend, but the interface to the
kernel is more efficient (which says nothing about its actual speed, of
course). While stopping, setting and starting an I/O watcher does never
cause an extra system call as with C<EVBACKEND_EPOLL>, it still adds up to
-two event changes per incident. Support for C<fork ()> is very bad (but
-sane, unlike epoll) and it drops fds silently in similarly hard-to-detect
-cases
+two event changes per incident. Support for C<fork ()> is very bad (you
+might have to leak fd's on fork, but it's more sane than epoll) and it
+drops fds silently in similarly hard-to-detect cases
This backend usually performs well under most conditions.