G
Guest
Hello Developpers
I am using Visual C++ .NET Standard Edition 2003 on Windows 2000 Professional. I would like to send intensive collection of data, which includes int, float, names, through ethernet using TCP/IP from Server to Client or vice verse. During this communication the number of data are intensive. During the communication, the format of data sent and received is fix. So to seperate the data into necessary int, float, String variables is required. I was sending ASCII characters by casting all data types to string and concatenating them. I read that binary data sending could solve this problem. But I do not know what is binary data sending
Do you have any idea about sending and receiving intensive data techniques without loss of data, speed problem, etc
Thank you very much in advance for your kind considerations
I am using Visual C++ .NET Standard Edition 2003 on Windows 2000 Professional. I would like to send intensive collection of data, which includes int, float, names, through ethernet using TCP/IP from Server to Client or vice verse. During this communication the number of data are intensive. During the communication, the format of data sent and received is fix. So to seperate the data into necessary int, float, String variables is required. I was sending ASCII characters by casting all data types to string and concatenating them. I read that binary data sending could solve this problem. But I do not know what is binary data sending
Do you have any idea about sending and receiving intensive data techniques without loss of data, speed problem, etc
Thank you very much in advance for your kind considerations