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.85 by root, Tue Sep 8 01:54:13 2009 UTC vs.
Revision 1.86 by root, Wed Sep 9 01:47:01 2009 UTC

109to have fixed listening addresses, seed nodes are perfectly normal nodes - 109to have fixed listening addresses, seed nodes are perfectly normal nodes -
110any node can function as a seed node for others. 110any node can function as a seed node for others.
111 111
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 an 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. They should also be relatively responsive - a 117should always be available. They should also be relatively responsive - a
118seed node that blocks for long periods will slow down everybody else. 118seed node that blocks for long periods will slow down everybody else.
119 119

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines