Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.05 KB

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