Socket question with a lot of data

GaNdAlF89

Active Member
Licensed User
Longtime User
My question is strictly logical...
I request data to a server, it send me this data to a string...but, when this string becomes very long, can the server socket split the data in additional flows? how can I manage this event? and, how can I join old data with new data?
sorry for my english!
 

mc73

Well-Known Member
Licensed User
Longtime User
Using Asynchronous streams? I usually send data 'per line' and I save them in a list in aStreams_newData.
 
Upvote 0

GaNdAlF89

Active Member
Licensed User
Longtime User
I don't understand...how it works?
I just need to get data from server..
 
Last edited:
Upvote 0
Top