Erlang Advocacy and kill -kill
Nigel.Head@REDACTED
Nigel.Head@REDACTED
Tue Jan 20 11:31:57 CET 2004
I think your config file might be the reason ...
Attached is the one that I use to do a very similar demo (windows tho in my
case). Note the sync-nodes contains all the nodes you might want to use. I also
used optional rather than mandatory.
======================================================
[ {kernel,
[ {distributed,
[ {packetiser,1000,['Packetiser_@REDACTED',
{'Reserve_1_@REDACTED','Reserve_2_@REDACTED'}]}
]
},
{sync_nodes_optional,
['Packetiser_@REDACTED','Reserve_1_@REDACTED','Reserve_2_@REDACTED']},
{sync_nodes_timeout, 1000}
]
}
].
======================================================
N.
More information about the erlang-questions
mailing list