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.93 by root, Sat Apr 26 04:19:52 2008 UTC vs.
Revision 1.94 by root, Sat Apr 26 04:33:51 2008 UTC

1043distribution. 1043distribution.
1044 1044
1045=head3 Explanation of the columns 1045=head3 Explanation of the columns
1046 1046
1047I<sockets> is the number of sockets, and twice the number of "servers" (as 1047I<sockets> is the number of sockets, and twice the number of "servers" (as
1048eahc server has a read and write socket end). 1048each server has a read and write socket end).
1049 1049
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines