Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 323 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 323 Bytes

KDP

Concurrent and Distributed programming

These are some of the concurrent problems solved using Semaphores, Mutually-exclusive regions and monitors. These same problems are solved in distributed programming. It is all solved using Java, for distributed part i've been using Sockets and Remote Method Invocation (RMI).