R
RamaKrishna
Hi all,
I need to write a socket program that connects to a server
and sends a few bytes and receives some data.Is it
possible to write 2 programs (2 .exes) - one for sending
bytes and another for receiving the response from the
server for the bytes sent by the first program.The
communication between the client and server is
asynchronous.Is it possible to do so ? If not,why?
Thanks in advance.
TRK
I need to write a socket program that connects to a server
and sends a few bytes and receives some data.Is it
possible to write 2 programs (2 .exes) - one for sending
bytes and another for receiving the response from the
server for the bytes sent by the first program.The
communication between the client and server is
asynchronous.Is it possible to do so ? If not,why?
Thanks in advance.
TRK