Introduction - If you have any usage issues, please Google them yourself
Deadlock and how to solve it with mutex
a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW
and 4 server
server 1 simple server.
server 2 shows wrong answer an withdraw(2 terminal- 2 threads)
server 3 solve 2
server 4 solve deadlock on transfer