How to implement multiple sockets per client?

Bob Ippolito bob@REDACTED
Sat Aug 26 19:10:02 CEST 2006


On 8/25/06, Jeff Crane <jefcrane@REDACTED> wrote:
> I have a simple single connection server, no problem.
>
> I would think that there would be quite an advantage
> to dual sockets beyond the restriction of protocols.
> More efficient reading/writing over time, failover in
> the case of a socket collapse due to unexpected IO
> behavior in development.

Why do you think using two TCP sockets between the same two machines
is going to be more efficient or help with failover? That doesn't
really make any sense.

-bob



More information about the erlang-questions mailing list