Skip to content

Inter processing communication system that utilizes named pipes, low-level I/O, system calls and unix signals to handle various user requests

License

Notifications You must be signed in to change notification settings

super-m-a-n/Distributed-ipc-system-for-travel-and-vaccination-data-hanling

Repository files navigation

Systems Programming Project 2

About

This project implements a distributed system which utilizies inter process communication to handle / accept / reject various user travel requests and queries based on their vaccination records. We have one travelMonitor parent process which uses named pipes to communicate with a number of child Monitor processes, using a self-designed message-communication protocol. Furtherly, various system calls/signals and low-level I/O are used for the communication. The vaccination data found in folder /input_dir are produced using a bash script create_infiles.sh. Detailed information about the project's specifications can be found in the project's pdf file : hw2-spring-2021.pdf, in greek.

About

Inter processing communication system that utilizes named pipes, low-level I/O, system calls and unix signals to handle various user requests

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published