I am setting up a sort of syncing mechanism between two different erlang nodes (on 2 different machines or devices). One of these devices will be disconnected from the network to accomplish another ta
I am trying to build a script on ubuntu to start some Erlang code of mine: 开发者_如何学Gothe script is something like:
Erlang Can a modul开发者_JS百科e name start with a capital letter?A module name is an atom, so it must normally start with a lowercase letter, unless you enclose it in single quotes. This is actually
Setting: I want to start a unique global registered gen_server process in an erlang cluster. If the process is stopped or the node running it goes down, the process is to be started on one of the othe
This question already has answers here: 开发者_StackOverflowClosed 9 years ago. Possible Duplicate: best way to integrate erlang and python
I am implementing a server which accepts many concurrent connections. I used this structure: loop(Sock) ->
I have situation when on开发者_如何学编程e of tables rich size 2G and after it I cannot work with this table,
Erlang\'s (or Joe Armstrong\'s?) advice NOT to use defensive programming and to let processes crash (rather than pollute your code with needless guards trying to keep track of the wreckage) makes so m
I have a run-time error in the init part of a gen_server. - Init begin by process_flag(trap_exit,true)
I am using the queue api and have encountered to errors which crash my program. First off I fetch the queue from the dictionary which returns this in a printout