How do you reload an application\'s configuration? Or, what are 开发者_运维问答good strategies for managing dynamic application configuration?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am new to Erlang and would like to to know how to install third party modules for use in my web application.
Consider the code: f(command1, UserId) -> case i开发者_运维技巧s_registered(UserId) of true ->
I wanted to trace for all functions in an erlang module, with dbg:tpl, but one of the internal functions took up 95% of the trace file. I then wanted to exclude only that single function and found tha
Closed. This question does not meet Stack Ove开发者_如何学JAVArflow guidelines. It is not currently accepting answers.
I am having a bit of trouble getting my head around the following erlang code -module(threesix). -export([quicksort/1]).
I\'m working through the Erlang documentation, trying to understand the basics of setting up an OTP gen_server and supervisor. Whenever my gen_server crashes, my supervisor crashes as well. In fact, w
I\'ve implemented a gen_server and supervisor: test_server and test_sup. I want to test them from the shell/CLI. I\'ve written their start_li开发者_如何学Pythonnk functions such that their names are r
I have downloaded and installed Erlang and EmacsW32. But how do I use erlang.el in Emacs? Where do I place it or install it?