Skip to content

The objective of the project is to develop a book loan system. The repository consists of two programs written in C language and its compilation in Unix-type Operating Systems is recommended because processes are handled at the kernel level.

txusdavid27/Concurrent-System-for-Book-Loan

Repository files navigation

Concurrent System for Book Loan

The objective of the project is to develop a book loan system. The components of system are described below:

->Requesting Processes (PS): are the processes that will enter the system the operations on the books requested by users. The requesting processes will be invoked from one or more terminals as follows: $ requester [–i file] –p pipeReceiver

->Request Receiver (RP): this process receives the requests from the PS and, depending on the type of request, perform different actions.

The Receiver Process will be invoked from a terminal as follows: $ ./receiver –p pipeReceiver –f filedata [ –s filesoutput ]

Buffer

image

Processes Communication

image

Report

image

About

The objective of the project is to develop a book loan system. The repository consists of two programs written in C language and its compilation in Unix-type Operating Systems is recommended because processes are handled at the kernel level.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published