Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 393 Bytes

File metadata and controls

8 lines (7 loc) · 393 Bytes

IPC Shared Memory Client-Server

Shared memory is a concept where two or more process can access the common memory.

Output

Screenshot-from-2019-11-25-02-14-14
Server can access data from client because used shared memory.

Only work in linux