Multi client server guidance
Hi guys,
I've started developing an on-line poker application as my final project at uni and I need some basic guidance as I can't get my head around some stuff :) I have some ideas, but i'm not sure how good they are and would appreciate ANY feedback
So...
How would you go about the client-server communication?
I'll created a separate thread for each client that is connected to the server, but what happens when the clients try to connect to the same table ??
This will start a separate thread on each client but what about the server? How do i get each client to see whta the other are doing?