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.
The Nitrogen project web page declares equal support for yaws, mochiweb, and inets, but with which of these web servers is it开发者_StackOverflow社区 going to perform the best? I.e. for a large scale