Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Bottleneck: (1 Item)
   
Bottleneck  
Good day,

Assume 5 slave computers, all doing a MsgSend, at exactly the same time. to a single application running on a server.  
Let`s says the messages are 1Meg.

How much simultaneous data will be seen by the network switch? Given the destination is a single thread   will io-pkt 
handle the 5 transfers simultaneously, buffering the incoming data, or will it serialize it.