Skip to content

XML messages may get interleaved if longer than PIPE_BUF #16

Description

@michaelforney

Since all the subdaemons communicate with sj using the same FIFO, I think the XML messages may be interleaved if any are larger than PIPE_BUF (POSIX says this could be as low as 512).

Maybe instead of a FIFO, sj should use a UNIX domain socket so that each subdaemon gets it's own FD?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions