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

    Oct 28, 2009 · Erlang comes from Ericsson, and is used within some of their telecoms systems. Outside telecoms, CouchDb (a document-oriented database) is possibly the best known Erlang application so …

  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. How do I install a specific version of Erlang/OTP?

    Jun 22, 2017 · I installed erlang and erlagn-nox, but when i run erl my version shows as R14B04 when i want the r16 that rabbitmq plays well with. How do I install a specific version of erlang?

  5. 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 …

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

    Your ERLANG_HOME was probably C:\Program Files\erl5.9.2, and just changing to C:\Program Files\erl5.9.2\erts-5.9.2, should have fixed the problem. Main point being RabbitMQ and likely …

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

    Mar 5, 2012 · Many programs return their version number with a command like: $ program --version program (platform info) v1.2.3 This is useful for scripting the installation or maintenance of the …

  8. 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 …

  9. windows - RabbitMQ fails to start - Stack Overflow

    Apr 14, 2013 · I was unable to delete the files manually due to erlsrv.exe being "open in Windows Event Viewer" (wtf?). I had to use msconfig to restart the system to safe mode with networking and delete …

  10. How to calculate amount of call center's operators? Erlang Calculator ...

    Dec 21, 2020 · I have stuck with a problem of predicting how many operators are needed for call center to answer the calls (80%) in less than 20 seconds (in queue). Just something like this Erlang …