Hello all,
I have a clientA program that connects to the server.
What i need is to create a thread in the clientA call it clientB which has a different port.
The clientA sends the IP address and Port number of the clientB to the server, and the server sends the Message "Hello" to the clientB and not ClientA.
First of all i dont know how to create a thread and how to assign a port to a thread.
Please help,
Its very urgent...
Thanks
I have a clientA program that connects to the server.
What i need is to create a thread in the clientA call it clientB which has a different port.
The clientA sends the IP address and Port number of the clientB to the server, and the server sends the Message "Hello" to the clientB and not ClientA.
First of all i dont know how to create a thread and how to assign a port to a thread.
Please help,
Its very urgent...
Thanks