About 50 results
Open links in new tab
  1. Where is Erlang used and why? - Stack Overflow

    Oct 28, 2009 · Erlang will select the most appropriate version given the arguments received. (Config is a structure of type #config which has a type attribute). That means it is very easy and much clearer …

  2. What exactly is Erlang/OTP? - Stack Overflow

    Sep 27, 2015 · On erlang/otp, it says Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in …

  3. What is the best way to learn Erlang? - Stack Overflow

    May 28, 2013 · I have the both the Erlang Progamming and the Software for a Concurrent World, both are excellent. I might almost say the Erlang Programming is better, it shows a lot more about using …

  4. RabbitMQ, Erlang: How to "make sure the erlang cookies are the same"

    In home directory of the user running erlang process, there is hidden file .erlang.cookie. It holds string which is responsible for the topology of erlang cluster. Make sure that the string (cookie) is the same …

  5. How do I install a specific version of Erlang/OTP?

    Jun 22, 2017 · How do I install a specific version of erlang? Currently I have tried sudo apt-get install erlang=1:16.b.3-dfsg-1ubuntu2 but it can't be found. Have tried several variations but no luck. My …

  6. Windows x64 RabbitMQ install error with Erlang environment var …

    The solution as already stated here is to manually set ERLANG_HOME with ' setx -m ERLANG_HOME "C:\Program Files\erl7.3 "' before starting the service. What happens is that the RabbitMQ 3.6.9 …

  7. How to uninstall or upgrade Erlang/OTP? - Stack Overflow

    If you installed erlang from source using the default home directory, you would need to rm -rf /usr/local/erlang/. Additional cleanup might me required if you had manually copied libraries or …

  8. How to get Erlang's release version number from a shell?

    Mar 5, 2012 · This is useful for scripting the installation or maintenance of the program, and some other controlled automation magic from System Admins and friends. Problem How to easily get the version …

  9. RabbitMQ failed to start, TCP connection succeeded but Erlang ...

    Dec 19, 2017 · I'm a new one just start to learn and install RabbitMQ on Windows System. I install Erlang VM and RabbitMQ in custom folder, not default folder (Both of them). Then I have restarted …

  10. multithreading - Technically, why are processes in Erlang more ...

    Nov 7, 2014 · My thoughts I don't fully understand technically why Erlang processes are so much more efficient in spawning new processes and have much smaller memory footprints per process. Both the …