Following the solutions to the question i asked recently about mnesia fragmentation, I still have a number of challenges. Consider the following scenario (The question I am asking is based on what fol
Is it possible to start a supervisor module in ejabberd which I can add a gen_fsm module to, per connection?
I\'m building a server with cowboy, and I\'ve got some static HTML pages that I want to serve. Is there开发者_JAVA百科 an OTP friendly place to put that sort of thing? Is there an established way to t
I have a supervisor with N worker processes. As usual the supervisor can send a message to a worker process and there is a handle_cast that sends a reply from a worker to the supervisor.
Let\'s say we implement Pregel with Erlang. Why do we actually need supersteps? Isn\'t it better to just send messages from one supervisor to processes that represent nodes? They could just apply the
I am about to build a system with Erlang (my problem can be solved better with multiple CPUs) and I have skimmed through:
Disclaimer: I\'m pretty new to Erlang and OTP. I want a simple pubsub in Erlang/OTP, where processes could subscribe at some \"hub\" and receive a copy of messages that were sent t开发者_Go百科o that
I\'m new to Erlang but I would like to get started with an application which feels applicable to the technology due to the concurrency desires I have.
I\'m writing an map/reduce word counter to learn OTP. I\'ve created a simp开发者_StackOverflowle_one_for_one supervisor that can start reducers. For every Key, I would like ato check if there is alrea
Mainly I want to know if I can send a function in a message in a distributed Erlang setup. On Machine 1: