-
I am very interested in the ability mix unix-pipe streams with native Haskell streams. All I really need to do this is [pipes-shell](http://hackage.haskell.org/package/pipes-shell-0.1.3/docs/Pipes-She…
3noch updated
9 years ago
-
# syslog-ng
## Version of syslog-ng
```
syslog-ng v3.10.1
```
## Platform
Various
## Debug bundle
```
```
# Issue
Support for reading multi-line messages on stream sockets seems…
-
.. namely windows. A couple of cross-platform compatibility issues to resolve/consider:
* `CSI_ENDPOINT`
* Linux (as per spec): UNIX sockets
* Windows (as proposed): Named Pipes (e.g. `npipe:…
-
### Problem Statement
Currently, the plugin supports Unix domain sockets, but not Windows named pipes.
I was trying to come up with a minimal solution before opening an issue, but I've encounter…
-
In .NET 6 we have introduced new type called `RandomAccess` that allows for reading and writing to specific file offset.
As of today, all it's `Read*` and `Write*` methods throw when given handle p…
-
I propose idea of an additional builtin function `Deno.pipe` to open a new anonymous pipe. The call result ultimately would provide two resource ids which could be used to assemble process pipelines.…
-
IIS has two options for FastCGI - named pipes and TCP. FOS supports unix named pipes and TCP. However, the way that IIS uses TCP is not compatible with the way that FOS uses TCP.
In the case of n…
-
**Is your feature request related to a problem? Please describe.**
Memory Mapped Files are only a thing in Windows, thus limiting the plugin to Windows only (#75).
**Describe the solution you'd li…
-
add named Pipe support in dart io
Pipes (inter-process communications)
A pipe is a section of shared memory that handles communication usage. The process that creates a pipe is the pipe server. A …
-
# 2. Issues with the Zellij UI / behavior / crash
## Issue description
Currently Zellij session discovery need `$XDG_RUNTIME_DIR`, which is set by `systemd`, and may not be set when connecting o…