Advertisement

Sending and Recieving Game Map Files.

Started by May 31, 2015 05:48 AM
29 comments, last by hplus0603 9 years, 4 months ago
How to determine how often is "too often":
First, you figure out what feels alright to your users.
Then, you measure how much load it would be if a representative number of users did that.
If you can keep up with that load, you're done; else you have to either compromise on "what feels alright" or you'll have to optimize your system.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement