Is it (theoretically) possible that the process that\'s been spawn_monitor()\'ed exits (with the normal exit o开发者_开发知识库r on error) without sending \'DOWN\' message to the parent process ? I ha
I am at a point in my Erlang development where I need to create a C-Node (see link for C-Node docs). The basic implementation is simple enough, however, there is a huge hole in the doc.
I\'ve got a block of erlydtl code which I use repeatedly and would like to abstract to some kind of block / partial template. The issue is that I need to pass the block a local variable. This is possi
In the Erlang interactive shell you can bind variables to values. If I would l开发者_如何学Goike to clear everything and start from scratch without exiting the session and starting a new one, how do I
What do you recommend me to use with Erlang -- MySQL or Po开发者_如何学编程stgres ? Which DB has better (more mature, more stable, faster) driver for Erlang ?The Erlang ODBC interface can be used to c
It has to be self contained, some sort of Erlang runtime library, and the BEAM files. This is so that anyone can run the program with one click, by running a .exe off a network drive, without having t
In using the erlang mysql module the exposed external functions are: %% External exports -export([start_link/5,
After spending a good while getting rb to work on a remote shell, I would like to get stdio / error logger messages on a remote shell, I have dug around changing group_leaders but it would seem to req
I can\'t figure out how to import all the functions of a modul开发者_运维百科e without having to specify the individual functions.As Christian says, \"It is not possible to import all functions from a
Closed. T开发者_如何转开发his question is opinion-based. It is not currently accepting answers.