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.12 by root, Fri Aug 28 00:26:04 2009 UTC vs.
Revision 1.13 by root, Fri Aug 28 16:37:30 2009 UTC

3AnyEvent::MP::Global - some network-global services 3AnyEvent::MP::Global - some network-global services
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 use AnyEvent::MP::Global; 7 use AnyEvent::MP::Global;
8 # -OR-
9 aemp addservice AnyEvent::MP::Global::
10 8
11=head1 DESCRIPTION 9=head1 DESCRIPTION
12 10
13This module provides an assortment of network-global functions: group name 11This module provides an assortment of network-global functions: group name
14registration and non-local locks. 12registration and non-local locks.
70 }, 68 },
71 ; 69 ;
72} 70}
73 71
74sub more_seeding { 72sub more_seeding {
73 return;#d##TODO#
75 return if $nodecnt; 74 return if $nodecnt;
76 return unless @SEEDS; 75 return unless @SEEDS;
77 76
78 $AnyEvent::MP::Kernel::WARN->(9, "no nodes connected, seeding."); 77 $AnyEvent::MP::Kernel::WARN->(9, "no nodes connected, seeding.");
79 78

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines