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).
What are they and how do they work? Context happens to be SQL Server
sql-server pipe named-pipesI am seeing this in several situations and it is intermittent in our web based application connecting to SQL 2008 R2 …
.net sql-server sql-server-2008 named-pipesHow do I write a simple--bare minimum needed for it to work--test application that illustrates how to use IPC/Named …
c# ipc named-pipesI'm looking for minimal example of WCF Named Pipes (I expect two minimal applications, server and client, which can communicate …
c# wcf named-pipesEveryone seems to say named pipes are faster than sockets IPC. How much faster are they? I would prefer to …
linux performance sockets ipc named-pipesI am trying to create a simple comunication between 2 processes in C++ ( Windows ) like FIFO in linux. This is my …
windows c++11 ipc named-pipes fifoI used to have a desktop application pointing to a Sybase database through an .ini file that had this connection …
sql-server-2008 connection-string named-pipes sql-server-config-managerffmpeg handles RTMP streaming as input or output, and it's working well. I want to stream some videos (a dynamic …
ffmpeg streaming pipe named-pipes rtmpI am developing a TCP Proxy to be put in front of a TCP service that should handle between 500 and 1000 …
windows performance sockets named-pipesOn our Linux system we use named pipes for interprocess communication (a producer and a consumer). In order to test …
java windows named-pipes