Open rju opened 1 week ago
author holgerknoche -- Mon, 29 Jan 2018 23:15:14 +0100
A first working implementation is available, which entailed some extensions to the core I/O framework (CharBuffer support).
author rju -- Wed, 24 May 2023 13:51:57 +0200
Is this still a thing?
JIRA Issue: KIEKER-1673 Add support for reading from / writing to OS pipes Original Reporter: Holger Knoche
OS-provided pipes, especially named pipes, are a easy-to-use, versatile, and platform-neutral tool for transferring data between programs. As writing to files is usually provided out-of-the-box, pipes may also be employed where the Kieker Data Bridge is too much overhead to use.