Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 313 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 313 Bytes

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.