Whats faster sending multiple small messages or less longer messages with TCP Sockets
问题 I can find any documentatin anywhere and would like to know what would be the best method of send multiple messages as fast as possible. for example if I had 300 devices recieivng messages from one server would it be better to send out one big message and have the devices pick out the parts that they need or send 300 messages but at 1/300 of the size. They would only be small stings so the 300 devies would only be getting 6 bytes each Does it make a difference? Thanks in advanced. 回答1: If the