Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 382 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 382 Bytes

Message_Passing_System

We created a non preemptive OS scheduler using MPI library.

Developed routines for implementing non-preemptive OS scheduler for a multithreading environment. Developed a client server application with send and receive distributed message passing system. Built the system using semaphores, monitors, mutexes implementing the reader’s-writer’s problem.