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

Comparing AnyEvent-MP/MP/Global.pm (file contents):
Revision 1.41 by root, Sun Feb 26 10:29:59 2012 UTC vs.
Revision 1.42 by root, Sun Feb 26 11:12:54 2012 UTC

6 6
7 use AnyEvent::MP::Global; 7 use AnyEvent::MP::Global;
8 8
9=head1 DESCRIPTION 9=head1 DESCRIPTION
10 10
11This module maintains a fully-meshed network, if possible, and tries to 11This module maintains a fully-meshed network between global nodes and
12ensure that we are connected to at least one other node. 12tries to have connections with all nodes in the network.
13 13
14It also manages named port groups - ports can register themselves in any 14It also manages named port groups - ports can register themselves in any
15number of groups that will be available network-wide, which is great for 15number of groups that will be available network-wide, which is great for
16discovering services. 16discovering services.
17 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines