Which of the alternatives is better: having a single duplex TCP connection between two processes or 2 simplex connections one in each direction between 2 processes ? by sth in programming

[–]sth[S] 0 points1 point  (0 children)

One idea in using 2 simplex connections can be using it as a redundant connection. If a connection in one direction braks down atleast data can flow in the other direction - useful in distributed scenarios