Skip to content

Support message fragmentation #29

Open
@edsko

Description

@edsko

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions