kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1673] Add support for reading from / writing to OS pipes #2166

Open rju opened 1 week ago

rju commented 1 week ago

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.

rju commented 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).

rju commented 1 week ago

author rju -- Wed, 24 May 2023 13:51:57 +0200

Is this still a thing?