Sending bulk data: how much is too much?

Post here your questions about SFS2X. Here we discuss all server-side matters. For client API questions see the dedicated forums.

Moderators: Lapo, Bax

User avatar
Zelek
Posts: 36
Joined: 24 Jun 2010, 22:36

Sending bulk data: how much is too much?

Postby Zelek » 07 Apr 2013, 07:23

I realize this is a pretty subjective question, but I'd really appreciate anyone's opinion.

I've created a very large world in which the server keeps track of each player's exploration. Ideally, I'd like to send all of this exploration data to the player when they log in, and in the worst case scenario, it could be around 500-600 integers sent at once. Is this "way too much" to be sending for each login, a relatively trivial amount, or somewhere in between? In the grand scheme of things, it's around 4 or 5 KB of data, and even if you have 10,000 logins or so a day, that's only 40 or 50 MB of total bandwidth, right?

I'm just curious if I'm starting down a dangerous path, or if maybe I'm being overly cautious about bandwidth concerns.
User avatar
Lapo
Site Admin
Posts: 23026
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Sending bulk data: how much is too much?

Postby Lapo » 07 Apr 2013, 11:37

No, you're not starting down a dangerous path :)
A 4-5KB message is perfectly normal, there are times in which it can be much more than that. Additionally you have to take in consideration the protocol compression which will trim down those 4-5KB quite a lot.

Cheers.
Lapo
--
gotoAndPlay()
...addicted to flash games
User avatar
Zelek
Posts: 36
Joined: 24 Jun 2010, 22:36

Re: Sending bulk data: how much is too much?

Postby Zelek » 07 Apr 2013, 17:20

That's great to hear :). Thanks, Lapo!

Return to “SFS2X Questions”

Who is online

Users browsing this forum: No registered users and 99 guests