allenboopreski
Programmer
Hi All,
I have just started to learn Windows Socket Programming.I have read all the relevant content in MSDN and has got fair bit of idea about classes like CSocket CAsynSocket CArchive and CSocketFile.
I have got quite a few questions to ask like:
1. Is it possible to call from client side a function that is defined at the server side which would in turn return me a buffer?
2. What would happen if the data from server side is coming to the client side and the internet connection brokes off.?
3. When using Stream Sockets for communication over TCP/IP
what is the success rate that the data will be delivered from client to server or from server to client?
I have just started to learn Windows Socket Programming.I have read all the relevant content in MSDN and has got fair bit of idea about classes like CSocket CAsynSocket CArchive and CSocketFile.
I have got quite a few questions to ask like:
1. Is it possible to call from client side a function that is defined at the server side which would in turn return me a buffer?
2. What would happen if the data from server side is coming to the client side and the internet connection brokes off.?
3. When using Stream Sockets for communication over TCP/IP
what is the success rate that the data will be delivered from client to server or from server to client?