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.126 by root, Sat Mar 3 19:43:41 2012 UTC vs.
Revision 1.127 by root, Sat Mar 3 20:35:10 2012 UTC

230 230
231This function configures a node - it must be called exactly once (or 231This function configures a node - it must be called exactly once (or
232never) before calling other AnyEvent::MP functions. 232never) before calling other AnyEvent::MP functions.
233 233
234The key/value pairs are basically the same ones as documented for the 234The key/value pairs are basically the same ones as documented for the
235F<aemp> command line utility (sans the set/del prefix), with two additions: 235F<aemp> command line utility (sans the set/del prefix), with these additions:
236 236
237=over 4 237=over 4
238 238
239=item norc => $boolean (default false) 239=item norc => $boolean (default false)
240 240
245=item force => $boolean (default false) 245=item force => $boolean (default false)
246 246
247IF true, then the values specified in the C<configure> will take 247IF true, then the values specified in the C<configure> will take
248precedence over any values configured via the rc file. The default is for 248precedence over any values configured via the rc file. The default is for
249the rc file to override any options specified in the program. 249the rc file to override any options specified in the program.
250
251=item secure => $pass->($nodeid)
252
253In addition to specifying a boolean, you can specify a code reference that
254is called for every remote execution attempt - the execution request is
255granted iff the callback returns a true value.
256
257See F<semp setsecure> for more info.
250 258
251=back 259=back
252 260
253=over 4 261=over 4
254 262

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines