networking - How to properly throttle the message size in a RPC call -


i have 2 servers, , b. have defined rpc call between them transfer messages b in interval. each message contains fixed size of strings, e.g [str1, str2, str3, ..., str50]. avoid theses messages take network bandwidth, think need throttle number of messages send in each interval, don't know how decide what proper size, suggestion?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -