Client /Server architchture
-
Hi, I am using CSocket class to transfer a file. I am creating 2 socket at server side that are listening, one is doing normal communication with client to send and recevie normal information , 2nd on is used when file is transfer, so there will be no intruption when file and normal information is transfered, Is it a better approach to have 2 sockets as i have in my application? Regards.
-
Hi, I am using CSocket class to transfer a file. I am creating 2 socket at server side that are listening, one is doing normal communication with client to send and recevie normal information , 2nd on is used when file is transfer, so there will be no intruption when file and normal information is transfered, Is it a better approach to have 2 sockets as i have in my application? Regards.
zahid_ash wrote:
one is doing normal communication with client to send and recevie normal information , 2nd on is used when file is transfer
What you meant by Normal communication and File Transfer? in both case you are send/rcving data? Loka Samastha Sukhino Bhavanthu..!!! ( May all beings be happy and free )
-
Hi, I am using CSocket class to transfer a file. I am creating 2 socket at server side that are listening, one is doing normal communication with client to send and recevie normal information , 2nd on is used when file is transfer, so there will be no intruption when file and normal information is transfered, Is it a better approach to have 2 sockets as i have in my application? Regards.