Re: Multiple calls to a single function
Nalin Ranjan <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CACE+zkKmbOUY=1Kv0SC29en3uCNmrB2HuQOX4ue5_kthuUNyAg@mail.gmail.com> |
*Message are sent between processes.* To start with, have a process sending messages to the web, and make all gen_server(s) send their messages to this process, and then optimize. Also, there isn't any thing called *static* function(s) in ErLang. Not sure if you are referring to any other language. नमस्ते। नलिन रंजन On Tue, Apr 6, 2021, 12:20 PM shiva gattu <[email protected]> wrote: > 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 > > >