Pipe - Visual Studio Code
File Edit Selection View Go Run Terminal Help
EXPLORER
src/
challenges/
achievements.json
Pipe

Using named pipes for interprocess communication in C#

There are multiple ways applications can communicate to each other. You can use HTTP, gRPC, gRPC, web sockets, shared databases, message brokers (and buses), and the list goes on. One of the overlooked fundamentals is the use of Pipes and Streams. Pipes - a communication channel between two processes. Streams - a data collection that moves from a source to a destination. Just think of the actual ‘pipe’ where water flows. The actual pipe is the infrastructure to hold the water stream. The stream is what moves the water from point A to point B via gravity and force. In some regards, they are also considered ‘queues’ as it serves as a messaging layer between a publisher and a subscriber. They are not mutually exclusive, as streams can exist without pipes. ...

<span title='2022-09-12 00:00:00 +0000 UTC'>September 2022</span>&nbsp;&middot;&nbsp;Michael John Peña
Terminal
portfolio@datachain:~$
master
Interactive Mode
0 Problems
Ln 0, Col 1
tags
UTF-8
LF
0