I have one client and one server talking to each other, and both of them have 2 threads.
I want thread 1 in client only talk to thread 1 in server, and thread 2 in client only talk to 
thread 2 in server.
How can I achieve this?
Thanks