NAME
AnyEvent::MP::Global - network backbone services
SYNOPSIS
use AnyEvent::MP::Global;
DESCRIPTION
This module is usually run (or started on) seed nodes and provides a variety of services to connected nodes, such as the distributed database.
The global nodes form a fully-meshed network, that is, all global nodes currently maintain connections to all other global nodes.
Loading this module (e.g. as a service) transforms the local node into a global node. There are no user-servicable parts inside.
For a limited time, this module also exports some AEMP 1.x compatibility functions (grp_reg
, grp_get
and grp_mon
).
SEE ALSO
AUTHOR
Marc Lehmann <schmorp@schmorp.de>
http://home.schmorp.de/