Question: Course: Cloud Computing Project ( Using C + + Code ) Do not copy the codes and others thing. The project requires implementation of lamports
Course: Cloud Computing Project Using C Code
Do not copy the codes and others thing.
The project requires implementation of lamports Mutual exclusion using logical clock. The project has to be implemented via sockets because you need to communicate between devices. The critical section can be assumed to be access to a file on any one of the machines. As I explained in class, there need to be
two threads per device. One thread shall create local event and send event; the send event should only be for mutual exclusion request. The other thread need to act as port listener and hence, receiver thread. The only catch here is to synchronize between sender and receiver thread to update the logical clock. The implementation needs to be done only in C
Also prepare the full documentation and explanation of project.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
