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 - Fork 0
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.
saad486/ServerClientPipe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published