Multiple calls to a single function
Nalin Ranjan
ranjanified@REDACTED
Tue Apr 6 09:11:03 CEST 2021
*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 <shiva.krishna17892@REDACTED>
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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20210406/9a626130/attachment.htm>
More information about the erlang-questions
mailing list