Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I reduce the network traffic in a clustered environment?

0
10 Posted

How do I reduce the network traffic in a clustered environment?

0
10

If you use the default config, and replace FD with FD_SOCK, then traffic will be null when there is no data between the nodes (e.g. replication messages). Note however, that this is not recommended. We actually recommend using both FD and FD_SOCK together. FD does not generate a large amount of traffic — one point-to-point packet from each node to its neighbor every FD.timeout ms. Depending on what AS version you are using, the default FD.timeout setting is 2500 or 10000; a packet per node every few seconds is not a lot of traffic.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123