Open
Description
Messages sent by Cloud Haskell processes are always sent whole, independent of their size. This means that when a process sends a very large message, it can hog the network connection (moreover, Network.Socket.Bytestring
can't handle large messages).
See comment at haskell/network#58 (comment) -- number of chunks passed to sendMany should be short (<= 16).