Multiple calls to a single function
shiva gattu <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CA+eRJ21-Q9cPGkPXM5W-wXw1tWBAqH=Y-UkMMBO+Wzp7T5oFoQ@mail.gmail.com> |
Hi all,
If multiple gen_server processes are sending multiple messages to a
single static function. The static function will execute all messages
without loss of a single message ?
Is there any method to do that like using a pool?
My requirement is multiple processes will send multiple messages to
one function, that function will send that messages to the web.
What is a simple way to do this?
Regards,
Shiva