Skip to content

Multiple child processes (readers) request to read lines from a file. The parent process (writer) loads segments into the shared memory. Readers that seek lines from the loaded segment may access the shared memory. Others will be excluded until their segment is loaded. First Come First Served.

Notifications You must be signed in to change notification settings

GeorgeVasilakopoulos/Unix-Process-Synchronization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

About

Multiple child processes (readers) request to read lines from a file. The parent process (writer) loads segments into the shared memory. Readers that seek lines from the loaded segment may access the shared memory. Others will be excluded until their segment is loaded. First Come First Served.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published