Top "Named-pipes" questions

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

Stream video from ffmpeg and capture with OpenCV

I have a video stream coming in on rtp to ffmpeg and I want to pipe this to my OpenCV …

opencv ffmpeg cygwin named-pipes
PipeTransmissionMode.Message: How do .NET named pipes distinguish between messages?

Can somebody clarify the meaning of PipeTransmissionMode.Message in .NET? How does .NET distinguish one message passed through the pipe …

.net named-pipes
Async two-way communication with Windows Named Pipes (.Net)

I have a windows service and a GUI that need to communicate with each other. Either can send messages at …

c# .net windows asynchronous named-pipes
Sockets vs named pipes for local IPC on Windows?

Are 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-pipes
Communication between windows service and desktop app

I want to create a communication between a windows service and a desktop application on Windows 7. I read that named …

c# windows-7 named-pipes
How do I read a FIFO/named pipe line by line from a C++/Qt Linux app?

How do I read a FIFO/named pipe line by line from a C++/Qt Linux app? Today I can …

c++ linux qt named-pipes fifo
Read/Write to linux Pipe using Java

My query is on what is the best way to read / write to a linux Pipe in Java? I already …

java pipe named-pipes
Windows Named Pipe issue: Error code 233 alternates

I need help on my application I am making. It's a simple program that responds to command line parameters. If …

named-pipes
Two way C++ to C# communication using named pipes

I 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-pipes
Is it possible to open a named pipe with command line in windows?

I want to interact with the pipe manually , but so far I can only do this in the programe,which …

windows named-pipes