HST Data Glossary - lembang/GreenTeam331 GitHub Wiki
CSCI331 Data HST Glossary
RMINetwork package and StandaloneServer are fully written by me.
HST RISK
What was your contribution to the project?
- LAB Preparation
- Networking
Problems
- RMI Registry Problem
- Dead lock
- Synchronization State
Solution
- RMI Registry Problem, solved by creating our own RMI Registry, using LocateRegistry function from java.rmi.registry.Registry class
- Dead lock, been solved, by using a different algorithm to proceed the multi-threading process.
Synchronization State, been solved, by modifying Board class and adding BoardMulti Class.