Here is what I do, based on how I thought reload should work. I start an erlang node. I con开发者_运维百科nect to that node in distel.
In Nitrogen, the Erlang web framework, I have the following problem. I have a process that takes care of sending and receiving messages to another process that acts as a hub. This process acts as the
In Nitrogen, the Erlang web framework, you wire actions like this: wf:wire(send_message, #event { type=click, postback=send_mess开发者_如何学运维age })
I\'m taking about event function in Nitrogen, the 开发者_运维知识库Erlang web framework, in a web module that is run when you get a postback.
After reading about Erlang\'s lighweight processes I was pretty much 开发者_运维问答sure that they were \"green threads\". Until I read that there are differences between green threads and Erlang\'s p
When I start up my Erlang emulator, there the first bit has a bunch of informational things.(Slightly reformatted for effect.)
I\'m building a PHP web application and I\'ve reached a point that I need to build a Comet server because I need to update my users\' whenever a new data is available (pretty much like FB). I\'ve spen
I have Ejabberd up and running with test users, and its working fine. I want to write a module that can intercept messages and modify them, as follows :
I\'m going through Cesarini and Thompson\'s \"Erlang Programming\" (O\'Reilly) and I made a solution to 4-2 but after playing around with it there are two problems:
In the tutorial provided at: http://www.erlang.org/doc/tutorial/cnode.html There is the following example: