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
Processes Communication
Report