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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -