Skip to content

Improved batching on blocked socket #97

Description

@sshanks-kx

If msgs back up cos of blocked pipe, and then pipe becomes free, each message is then placed on pipe. This can cause further backlog. May be better to place a pointer to several messages on pipe (taking space for 1 message that points to many) - saving load on the ipc/pipe

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions