Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.
While considering alternatives for Java for a distributed/concurrent/failover/scalable backend environment I discovered Erlang. I've spent some time …
java performance erlang compareUsing the default Erlang installation what is the minimum code needed to produce a "Hello world" producing web server?
erlangI am having no problem converting a string to a byteArray of UTF-16 encoded characters, but the application I am …
actionscript-3 erlang utf-16 iso-8859-1I am trying to run the following command rabbitmq-plugins.bat enable rabbitmq_management and its giving me an error like …
erlang rabbitmqIn Erlang how do I convert a string to a binary value? String = "Hello" %% should be Binary = <<"Hello"&…
erlangI'd like to know what exactly a method name is in elixir: array = [1,2,3] module_name = :lists method_name = :nth # this …
erlang metaprogramming elixirI am writing an ejabberd module to filter packets. I need to get the hostname to pull some configs using …
erlang global-variables hook ejabberdWe are going to write a concurrent program using Clojure, which is going to extract keywords from a huge amount …
concurrency clojure erlangI'm trying to run RabbitMQ on a small VPS (512mb RAM) along with Nginx and a few other programs. I've …
memory-management erlang rabbitmq