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.28 by root, Mon Aug 31 11:07:58 2009 UTC vs.
Revision 1.29 by root, Mon Aug 31 11:11:27 2009 UTC

407a node using it, whose sole purpose is to be a seed node for our example 407a node using it, whose sole purpose is to be a seed node for our example
408programs. 408programs.
409 409
410We bind the seed node to port 4040 on all interfaces: 410We bind the seed node to port 4040 on all interfaces:
411 411
412 aemp profile seed setbinds "*:4040" 412 aemp profile seed binds "*:4040"
413 413
414And we configure all nodes to use this as seed node (this only works when 414And we configure all nodes to use this as seed node (this only works when
415running on the same host, for multiple machines you would provide the IP 415running on the same host, for multiple machines you would provide the IP
416address or hostname of the node running the seed): 416address or hostname of the node running the seed):
417 417
418 aemp setseeds "*:4040" 418 aemp seeds "*:4040"
419 419
420Then we run the seed node: 420Then we run the seed node:
421 421
422 aemp run profile seed 422 aemp run profile seed
423 423

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines