[Haskell-cafe] Exceeding OS limits for simultaneous socket connections

Matthew Farkas-Dyck strake888 at gmail.com
Fri Feb 3 13:16:13 CET 2012


Rob Stewart wrote:
> transmitting thousands of messages to each other, sometimes within a small period of time.

Either SCTP or UDP seems far more appropriate than TCP (which I
assume, hopefully safely, to be at work here) for this task.



More information about the Haskell-Cafe mailing list