diff options
author | root <root> | 2007-12-23 03:44:57 +0000 |
---|---|---|
committer | root <root> | 2007-12-23 03:44:57 +0000 |
commit | b8c777a92811264bac910c90e3daa0990882d4ec (patch) | |
tree | 42123c453fba635f8000f7d006d53ffc744fd181 | |
parent | bcb5dd319c35f6c72b57f4153f08a9720eb9cd4e (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1034,12 +1034,12 @@ optimisations to libev. =head3 The special problem of dup'ed file descriptors Some backends (e.g. epoll), cannot register events for file descriptors, -but only events for the underlying file descriptions. That menas when you +but only events for the underlying file descriptions. That means when you have C<dup ()>'ed file descriptors and register events for them, only one file descriptor might actually receive events. -There is no workaorund possible except not registering events -for potentially C<dup ()>'ed file descriptors or to resort to +There is no workaround possible except not registering events +for potentially C<dup ()>'ed file descriptors, or to resort to C<EVBACKEND_SELECT> or C<EVBACKEND_POLL>. =head3 The special problem of fork |