I have a OTP application comprising a single supervisor supervising a small number ofgen_servers. A typical child specification is as follows:
I have written a si开发者_运维技巧mple erlang app using gen_server. When starting it with application:start(myapp), I get the following tuple...
Is there anything like the weblogic console, but for administrating an OTP ap开发者_如何学JAVAplication (written in Erlang)?Not that I know.
Normally if I\'d like to have an Erlang process timeout I would use the following construct: receive Msg -> ok; %% handle message
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:
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
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
Setup: IntelliJ IDEA 202开发者_如何学Go2.2.2 Erlang plugin 0.11.1144 SDK: Erlang OTP 25, erts-13.0
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