diff options
author | root <root> | 2012-11-15 01:39:45 +0000 |
---|---|---|
committer | root <root> | 2012-11-15 01:39:45 +0000 |
commit | daa87a7bc949aa948f578145cc59ce65b902d888 (patch) | |
tree | 4ca18efc936047b152e07e0f5a9721d94e50437f /ev.pod | |
parent | 8a5139f4f43150dcecdb8f68f279e3d534cf6b20 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -571,7 +571,7 @@ 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 (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 +drops fds silently in similarly hard-to-detect cases. This backend usually performs well under most conditions. @@ -1395,7 +1395,7 @@ rules might look complicated, they usually do "the right thing". =over 4 -=item initialiased +=item initialised Before a watcher can be registered with the event loop it has to be initialised. This can be done with a call to C<ev_TYPE_init>, or calls to |