Skip to content

An example of the usage of process pipelining using IVIewNet

Notifications You must be signed in to change notification settings

malsabi/PipelineDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PipelineDriver

About

Interprocess communication provides pipelining for process communication.

In this project we are using named pipeline, such that it can be private pipeline only for two specific processes.

The project is using IViewNET library which provides useful methods for IPC.

There are two classes:

  1. IViewPipeServer: Responsible for waiting any new connection, once a connection is made, both end points can communicate and send structured data.

  2. IViewPipeClient: Responsible for connecting to a specific named pipe server, once a connection is successfully established, both end points can communicate and send structured data.

Requirements

Visual studio 2019, .NET 4.5 and above

About

An example of the usage of process pipelining using IVIewNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages