
Originally Posted by
Astarotha
because thats not a problem of server traffic, where youre receiving character data with lines like 42,45,51,91,24,05,15,15,15,25,25,25 all telling your client what to render, the problems come when you either run out of BUS speed (bottleneck) or you run out of ram allocation, or you overtax your graphics card (usually its the other 2 that run out first)
also when the devs say they cant increase something due to server stability concerns, those packets constantly hitting and leaving the server is what theyre talking about, now other than keeping track of the position of all those values at once and making sure they are consistent the server has no need to render anything at all, but any time they add more data to track its actually an exponential increase if it involves data others can see and a doubling of traffic if youre the only one that can view it