erlang-otp
Supervising multiple gen_servers with same module / different arguments
I have a OTP application comprising a single supervisor supervising a small number ofgen_servers. A typical child specification is as follows:[详细]
2022-12-26 19:07 分类:问答bad_application error starting erlang gen_server application
I have written a si开发者_运维技巧mple erlang app using gen_server. When starting it with application:start(myapp), I get the following tuple...[详细]
2022-12-26 02:55 分类:问答Are there third party GUIs to manage OTP applications?
Is there anything like the weblogic console, but for administrating an OTP ap开发者_如何学JAVAplication (written in Erlang)?Not that I know.[详细]
2022-12-23 00:11 分类:问答Allowing a gen_fsm to timeout if it receives no messages
Normally if I\'d like to have an Erlang process timeout I would use the following construct: receive Msg -> ok; %% handle message[详细]
2022-12-20 22:01 分类:问答erlang otp download
what is the different download from开发者_如何学C http://code.google.com/p/otp-base/ andhttp://www.erlware.org/?In http://code.google.com/p/otp-base/ they say:[详细]
2022-12-10 12:35 分类:问答Event manager process in erlang. Named processes or Pids?
I have event开发者_JAVA技巧 manager process that dispatches events to subscribers (e.g. http_session_created, http_sesssion_destroyed). If Pid is used instead of named process, I must put it into func[详细]
2022-12-10 00:06 分类:问答Erlang gen_server vs stateless module
I\'v开发者_运维知识库e recently finished Joe\'s book and quite enjoyed it. I\'m since then started coding a soft realtime application with erlang and I have to say I am a bit confused at the use of ge[详细]
2022-12-09 01:36 分类:问答IntelliJ Erlang "Cannot find declaration to go to"
Setup: IntelliJ IDEA 202开发者_如何学Go2.2.2 Erlang plugin 0.11.1144 SDK: Erlang OTP 25, erts-13.0[详细]
2022-12-07 20:26 分类:问答Compilation error in file and undefined function
I\'m compiling the phoenix application and I run into error on one of my module. def toggle_complete(conn, %{"id" => id} = _params, _current_user, _claims) do[详细]
2022-12-07 19:22 分类:问答