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

Comparing AnyEvent/lib/AnyEvent/Intro.pod (file contents):
Revision 1.15 by root, Mon Jun 2 10:24:44 2008 UTC vs.
Revision 1.16 by root, Mon Jun 2 11:03:40 2008 UTC

443to your program? That C<WSAEINPROGRESS> means your C<connect> call was 443to your program? That C<WSAEINPROGRESS> means your C<connect> call was
444ignored instead of being in progress? AnyEvent::Socket works around all of 444ignored instead of being in progress? AnyEvent::Socket works around all of
445these Windows/Perl bugs for you). 445these Windows/Perl bugs for you).
446 446
447=head2 Implementing a parallel finger client with non-blocking connects 447=head2 Implementing a parallel finger client with non-blocking connects
448and AnyEvent::Socket
448 449
449The finger protocol is one of the simplest protocols in use on the 450The finger protocol is one of the simplest protocols in use on the
450internet. Or in use in the past, as almost nobody uses it anymore. 451internet. Or in use in the past, as almost nobody uses it anymore.
451 452
452It works by connecting to the finger port on another host, writing a 453It works by connecting to the finger port on another host, writing a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines