AnyEvent-MP
view release on metacpan or search on metacpan
=item delseed <host:port>
Deletes the given seed address, if it exists.
=back
=head2 CONFIGURATION/BINDS
To be able to be reached from other nodes, a node must I<bind> itself
to some listening socket(s). The list of these can either bs specified
manually, or AnyEvent::MP can guess them. Nodes without any binds are
possible to some extent.
=over 4
=item setbinds <host:port>,...
Sets the list of bind addresses explicitly - see the F<aemp setseeds>
command for the exact syntax. In addition, a value of C<*> for the port,
or not specifying a port, means to use a dynamically-assigned port.
Normally, nodes allow anything to be done to them by remote nodes,
including remotely-triggered execution of code.
Sometimes a more secure mode is desired - this can be achieved by setting
the secure option to a true value.
When secure mode is enabled, then the node will not execute code locally,
at least not via the normal node protocol. All other messages are still
allowed. This means remote nodes can monitor, kill or snd to local ports
(port names can also be easily guessed).
At the moment, this setting ignores C<snd_on>, C<eval_on> and C<spawn>
requests.
=item [set|del]monitor_timeout <seconds>
Sets the default monitor timeout, that is, when a connection to a node
cannot be established within this many seconds, the node is declared
unreachable and all monitors will fire.
( run in 0.740 second using v1.01-cache-2.11-cpan-702932259ff )