I am building a network router application using Erlang OTP framework. In its process of running a Supervisor creates two genservers and each estagen_server:call(CurrentProcName,{BinEvent,UniqueTrxId
If I want my Erlang process connect with a C shared lib I use Erlang linked in port driver. As I want my C program sto开发者_运维问答res some data structures to respond to erlang calls, I must use gl
This may be a question that others have seen, but I am trying to find a language designed for (or with language support for) concurrent programming that can run on the .net platform.
When nodes connect to each other on Erlang, why not just use the original port the connection is made on? Why cau开发者_Python百科se the firewall issues that using random ports causes. I know how to g
I have a Erlang webapp, based on Mochiweb and Mnesia, which consumes and emits JSON. It makes sense to store records in Mnesia; however Mochiweb/Mochijson require data in proplist format. So I end up
I am interested in delving into开发者_如何学Python Erlang\'s C source code and try to understandwhat is going on under the hood. Where can I find info on the design and structure of the code? First of
I would like to have per-page sidebar content in Zotonic: Links White papers Webinars What is a good way to do this and what kind开发者_Go百科 of template snippets would I need to make it work?Log
Let\'s say I have several versions of a gen_event handler and want to change them around while the program is running:
I have a supervisor with two worker processes: a TCP client which handles connection to a remote server and an FSM which handles the connection protocol.
How is Erlang fault tolerant, or help in that regard开发者_如何学编程?I think I covered part of the answer in this reply to another thread.Erlang is fault tolerant with the following things in mind: