Skip to content

LittleLion930/c-pipe-and-shared-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-pipe-and-shared-memory

Inter-Process Communication with Pipes

Demonstrates bidirectional message passing between parent and child processes using UNIX pipes.

Features

  • Unidirectional pipe: Initial implementation with one-way communication[^1]
  • Bidirectional communication: Enhanced version using two pipes for parent↔child messaging
  • Process synchronization: Proper wait() usage to prevent race conditions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages