[erlang-questions] Where the Erlang node tick response will get stored ?.
lankeanandrao
lankeanandrao@REDACTED
Tue Jun 6 08:15:11 CEST 2017
Hi all,
I am running my application in a distributed way, with one server
node and multiple client nodes and all nodes are started in visible
mode. Here I want to know when all the client nodes are connected to the
server node, the client nodes will send the tick message to server node
and as same as the server will send tick message to all client nodes,
here all the client nodes send tick response to the server node. So here
my question is
1. Where the tick response came from multiple client nodes is
getting stored?
2. If it is getting stored in kernel buffer, what is the buffer size
and how to find that?
3. How the tick response's of multiple nodes is getting served by
the Erlang kernel?
Note: The net tick time is set to 5 Second in all the nodes.
Thanks & Regards,
Anand Rao L
More information about the erlang-questions
mailing list