A named pipe is an inter-process communication mechanism, which exists both on Unix and Unix-like systems (where it is also known as a FIFO and is file-like), and on Microsoft Windows (where it is an in-memory kernel object).
I have a video stream coming in on rtp to ffmpeg and I want to pipe this to my OpenCV …
opencv ffmpeg cygwin named-pipesCan somebody clarify the meaning of PipeTransmissionMode.Message in .NET? How does .NET distinguish one message passed through the pipe …
.net named-pipesI have a windows service and a GUI that need to communicate with each other. Either can send messages at …
c# .net windows asynchronous named-pipesAre there any reasons for favoring named pipes over sockets for local IPC (both using win-api), effectiveness-wize, resource-wize or otherwise, …
winapi sockets ipc named-pipesI want to create a communication between a windows service and a desktop application on Windows 7. I read that named …
c# windows-7 named-pipesHow do I read a FIFO/named pipe line by line from a C++/Qt Linux app? Today I can …
c++ linux qt named-pipes fifoMy query is on what is the best way to read / write to a linux Pipe in Java? I already …
java pipe named-pipesI need help on my application I am making. It's a simple program that responds to command line parameters. If …
named-pipesI am trying to have a 2-way communication between a VC++ 6 app and a C# app. I am using named …
c# c++ visual-c++ named-pipesI want to interact with the pipe manually , but so far I can only do this in the programe,which …
windows named-pipes