Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I\'m making a application in Erlang, with a GUI in Java. I\'ve managed to establish a connection between the to languages, but now i need to (i guess) send a message from Java to Erlang, every time I
In my Quest to understanding Mnesia, I still struggle with thinking in relational terms. So I will put my struggles up here and ask for the best way to solve them.
I wrote a server programe which is planed to use in multi player game. I should be generate multiple instances of my server for every client/player. but i cont able to generate.
I installed Erlang R14B u开发者_运维技巧sing the --enable-darwin-64bit option and set the bin directory in my PATH.When I run rabbitmq-server script from the 2.1.1 release I receive the following mess
H开发者_开发知识库i I am implementing an IM-server-like application in Erlang. I used one agent process for each client connecting to the server, and the agent process is responsible for sending the m
Now I am learning Erlang and I have a question about kind of running and testing Erlang applications.
Are there functions which would allow an OTP process to find the pid开发者_StackOverflow中文版 of its supervisor?The data is hidden in the process dictionary (of any process spawned with proc_lib) und
Lets say I have a record: -record(foo, {bar}). What I would like to do is to be able to pass the record name to a function as a parameter, and get back a new record. The function should 开发者_运维
I just started to develop (from scratch) a new project in Erlang. I use Erlide, a plugin for Eclipse. I wrote some unit tests (using EUnit) but I find running each of them (one by one) by hand quite a