Hi guys:
This topic might sound very familiar to some of you, can some one shed some light or point me to some web link for some sample code or good guide?
I'm able to code for a simple client to server ( one to one) but not this multi client scenario.
The application that i want to establish is simple:
clientx.1--------------> send a request to server for a job
clientx.2--------------> send a request to server for another job
..
....
all this activities have to be concurrent...
how to do this?
Thanks
This topic might sound very familiar to some of you, can some one shed some light or point me to some web link for some sample code or good guide?
I'm able to code for a simple client to server ( one to one) but not this multi client scenario.
The application that i want to establish is simple:
clientx.1--------------> send a request to server for a job
clientx.2--------------> send a request to server for another job
..
....
all this activities have to be concurrent...
how to do this?
Thanks
Comment