I am writing an ejabberd module to filter packets. I need to get the hostname to pull some configs using gen_mod:get_module_opt().
Is it a bug or a fe开发者_如何学JAVAature that epmd process still exists after I exit from an erlang shell ?It is quite normal: EPMD is a host daemon process. Its presence is required when one intends
What is the most awesom开发者_Go百科e gem I should use to call Erlang functions from Ruby app? I wish to use rspec for testing some gen_server stuff.
When i start yaws (yaws -i --conf config/yaws.conf) i get this line in the output: Running with debug checks turned on (slower server)
I\'m developing a document oriented application and need to manage user access to the documents. I have a modul开发者_运维知识库e that handles user authentication, and another module that handles docu
Is there is a simple way to measure a function\'s execution ti开发者_运维问答me if I run that function from an erlang shell?Please see the article Measuring Function Execution Time.
I would like to convert a string containing a valid Erlang expression to its abstract syntax tree representation, without any success so far.
As an exercise I am working on a parallel implementation of the Sieve of Eratosthenes. As part of that I am implementing a sequence of bitmaps, using one bit per number to save memory. Reading bits on
I\'m trying to compile a module from forms, with included header files. First, if I have the module in a source file, everything works fine.
I\'m just learning, and really liking, the Actor pattern. I\'m using Scala right now, but I\'m interested in the architectural style in general, as it\'s used in Scala, Erlang, Groovy, etc.