1
vote
1answer
74 views
Erlang Building Dynamic File Names
I am trying to create a file with a name based on an integer value from a function, clearly below does not work but gives you the idea :
getValue() -> 1.
createFile() ->
…
2
votes
1answer
202 views
Erlang : RPC to a node with output on that node
Is there a way to make an rpc call to a node, but have the output displayed on that node, not just on the calling node ( in fact I would not be too bothered if the calling node did not display the …
1
vote
1answer
165 views
Erlang Takeover failing after successful Failover
I have an application distributed over 2 nodes. When I halt() the first node the failover works perfectly, but ( sometimes ? ) when I restart the first node the takeover fails and the application c …
2
votes
Why can’t I start a named Erlang node in Windows?
I think that you will find that you have started a node by that name already. Try shutting down all your Erlang console windows and try again.
…
