Using GZipStream for Client/Server Async Communication
问题 I have Client/Server System (using Socket) with multiple clients and single server, which is sending xml datas every seconds on all clients. The XML datas are always in different size between 1 - 18000 characters and server needs to send these XML-Datas to all clients at the same time. Now I want to know, how to make the communication between the server and clients faster. Maybe I will ask more then one Question, but I am really stucked at this point and I can't continue anymore. Should I