if a client blocks, when it requests for lock, what should I show in the client GUI? Now, it is just hanging....becoz I call wait()...
Lock DB:
In server GUI, I have a button for locking DB. if it is clicked, all clients requesting lock will hang....
Should I remove this button?