I just learned here that "NAMED PIPE" is significantly different in
- UNIX/Linux where it is just a kind of file structure and
- Windows where it offers the duplex feature I was looking for
So my workaround (by accident) turns out to be better for my needs than the Linux FIFO feature
as I'm able also to read partial lines and don't need newlines or similar as separators.
it was kind of Lucky Punch
- Log in to post comments