Repository files navigation CS715 Class Coding Homeworks/Projects
Synchronization in Distributed Systems
Synchronization using Message Passing
Message Passing with pipes (Java)
Requirements:
Using pipes create communication between three threads TA and TB and TC.
TA will send primitive data to TB and objects to TC.
TB will reply back with an object to TA.
TC will send objects data to TB.
Don’t create more pipes than necessary
How to run:
Communication in Distributed Systems
Create an Authentication Service Using Remote Method Invocation (RMI)
Link to requirements
How to run:
Start Server via: rmi.engine.EventEngine.java
Start Client via: rmi.client.Client.java
Client and Server Socket classes
Link to requirements
How to run:
Start Server via: sockets.server.MainServer.java
Start Client via: sockets.client.HostClient.java
About
Justin's CS715 project (I worked on RMI with him)
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.