Skip to content

Lightweight same-machine interprocess Reader/Writer #425

Closed
@davidpablocohn

Description

@davidpablocohn

UDP is lightweight and handy for distributing records between loggers, but it is limited by message length. Large records like data snapshots can unpredictably fail due to being too large for a network's maximum transmission unit (MTU).

A Writer/Reader based on POSIX IPC message queues should be able to fill this gap.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions