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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -