Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

beanefit/3_sem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3_sem

  • 1st Task
    • fifo - information transmission between processes w/ fifo
  • 2nd Task
    • messager - information transmission between process and its children w/ message queue
  • 3rd Task
    • semaphores & shmem - information transmission between processes w/ semaphores and shared memory
  • 4th Task
    • signals - bits transmission w/ signals from child process to parent (transmitting /bin/bash to a file takes nearly 5 mins)
  • 5th Task
    • server - server (parent) with N clients (children) alternately transmitting a file between each other

About

OS programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages