nitrogen
How to keep track of a process per browser window and access it at each event in Nitrogen?
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[详细]
2022-12-15 03:16 分类:问答How do you unwire an action in Nitrogen?
In Nitrogen, the Erlang web framework, you wire actions like this: wf:wire(send_message, #event { type=click, postback=send_mess开发者_如何学运维age })[详细]
2022-12-15 02:38 分类:问答Are events always run in the same process in Nitrogen?
I\'m taking about event function in Nitrogen, the 开发者_运维知识库Erlang web framework, in a web module that is run when you get a postback.[详细]
2022-12-15 02:38 分类:问答Where does Nitrogen get the best performance - yaws, mochiweb, or inets?
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[详细]
2022-12-14 02:31 分类:问答