Skip to content

Continuation of server and client communication via a pipe. Server and client, in this case are a parent and child created by the fork() command. Pipe is used as an emulation of socket between real server and client. Pipe is a method of passing arguments from client to server and vice versa.

Notifications You must be signed in to change notification settings

saad486/ServerClientPipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ServerClientPipe

Continuation of server and client communication via a pipe. Server and client, in this case are a parent and child created by the fork() command. Pipe is used as an emulation of socket between real server and client. Pipe is a method of passing arguments from client to server and vice versa.

About

Continuation of server and client communication via a pipe. Server and client, in this case are a parent and child created by the fork() command. Pipe is used as an emulation of socket between real server and client. Pipe is a method of passing arguments from client to server and vice versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages