--- AnyEvent/lib/AnyEvent.pm 2008/04/26 04:19:02 1.92 +++ AnyEvent/lib/AnyEvent.pm 2008/04/26 04:33:51 1.94 @@ -1045,15 +1045,15 @@ =head3 Explanation of the columns I is the number of sockets, and twice the number of "servers" (as -eahc server has a read and write socket end). +each server has a read and write socket end). I is the time it takes to create a socketpair (which is nontrivial) and two watchers: an I/O watcher and a timeout watcher. I, the most important value, is the time it takes to handle a single "request", that is, reading the token from the pipe and forwarding -it to another server. This includes deleteing the old timeout and creating -a new one with a later timeout. +it to another server. This includes deleting the old timeout and creating +a new one that moves the timeout into the future. =head3 Results