[erlang-questions] Performing gen_server:call to multiple processes in parallel

Martin Dimitrov mrtndimitrov@REDACTED
Sat Mar 31 14:18:54 CEST 2012


Hello,

What I am trying to achieve is to call several gen_servers in parallel.
First, I thought I could use gen_server:multi_call/3 but reading the
documentation (if I understood it correctly) I realized the gen_servers
need to be on different nodes: one registered gen_server per node.

Any ideas on how to achieve calling multiple processes on the same node
in parallel?

Thank you very much.

Best regards,
Martin



More information about the erlang-questions mailing list