|
|
|
|
|
by dln_eintr
3479 days ago
|
|
The name doesn't really work in this project's favor. UNIX pipes are stream interfaces, whereas this looks to be message based - that's a fundamental difference. Named pipes are uniquely identified in a well-defined local namespace, i.e the filesystem, whereas this seems to be an abstraction on top of Kafka with service discovery TBD. This confused me while reading up on the project. |
|
SOCK_DGRAM at least appears to be widely supported (FreeBSD & Illumos & OpenBSD). SOCK_SEQPACKET is at least supported by OpenBSD (I'm going by what's in various docs/man pages).