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

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.84 by root, Tue Sep 8 01:42:14 2009 UTC vs.
Revision 1.85 by root, Tue Sep 8 01:54:13 2009 UTC

112In addition to discovering the network, seed nodes are also used to 112In addition to discovering the network, seed nodes are also used to
113maintain the network and to connect nodes that otherwise would have 113maintain the network and to connect nodes that otherwise would have
114trouble connecting. They form the backbone of the AnyEvent::MP network. 114trouble connecting. They form the backbone of the AnyEvent::MP network.
115 115
116Seed nodes are expected to be long-running, and at least one seed node 116Seed nodes are expected to be long-running, and at least one seed node
117should always be available. 117should always be available. They should also be relatively responsive - a
118seed node that blocks for long periods will slow down everybody else.
118 119
119=item seeds - C<host:port> 120=item seeds - C<host:port>
120 121
121Seeds are transport endpoint(s) (usually a hostname/IP address and a 122Seeds are transport endpoint(s) (usually a hostname/IP address and a
122TCP port) of nodes thta should be used as seed nodes. 123TCP port) of nodes thta should be used as seed nodes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines