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

Comparing AnyEvent-MP/MP/Intro.pod (file contents):
Revision 1.37 by root, Mon Aug 31 18:40:22 2009 UTC vs.
Revision 1.38 by root, Mon Aug 31 18:45:05 2009 UTC

1015AnyEvent::MP::Global), then you can configure this service statically: 1015AnyEvent::MP::Global), then you can configure this service statically:
1016 1016
1017 aemp profile mysrvnode services mymod::service:: 1017 aemp profile mysrvnode services mymod::service::
1018 aemp run profile mysrvnode 1018 aemp run profile mysrvnode
1019 1019
1020And the module will automatically be started in the node. 1020And the module will automatically be started in the node, as specifying a
1021module name (with C<::>-suffix) will simply load the module, which is then
1022free to do whatever it wants.
1021 1023
1022Of course, you can also do it in the much more standard way by writing 1024Of course, you can also do it in the much more standard way by writing
1023a module (e.g. C<BK::Backend::IRC>), installing it as part of a module 1025a module (e.g. C<BK::Backend::IRC>), installing it as part of a module
1024distribution and then configure nodes, for example, if I want to run the 1026distribution and then configure nodes, for example, if I want to run the
1025Bummskraut IRC backend on a machine named "ruth", I could do this: 1027Bummskraut IRC backend on a machine named "ruth", I could do this:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines