ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.92 by root, Sat Apr 26 04:19:02 2008 UTC vs.
Revision 1.93 by root, Sat Apr 26 04:19:52 2008 UTC

1050I<create> is the time it takes to create a socketpair (which is 1050I<create> is the time it takes to create a socketpair (which is
1051nontrivial) and two watchers: an I/O watcher and a timeout watcher. 1051nontrivial) and two watchers: an I/O watcher and a timeout watcher.
1052 1052
1053I<request>, the most important value, is the time it takes to handle a 1053I<request>, the most important value, is the time it takes to handle a
1054single "request", that is, reading the token from the pipe and forwarding 1054single "request", that is, reading the token from the pipe and forwarding
1055it to another server. This includes deleteing the old timeout and creating 1055it to another server. This includes deleting the old timeout and creating
1056a new one with a later timeout. 1056a new one that moves the timeout into the future.
1057 1057
1058=head3 Results 1058=head3 Results
1059 1059
1060 name sockets create request 1060 name sockets create request
1061 EV 20000 69.01 11.16 1061 EV 20000 69.01 11.16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines