Data Usage Checker Tools

Posted by Lucifer on Stack Overflow See other posts from Stack Overflow or by Lucifer
Published on 2010-12-18T04:07:42Z Indexed on 2010/12/22 16:54 UTC
Read the original article Hit count: 210

Filed under:
|
|

Hey All,

I am about to begin a project for a new client, and am worried about a few things concerning data usage on their internet plan. We're in an area where most of the major networks don't cover the area, and the ones that do, have very expensive plans, with very low data allowance per month.

I need to develop an app, but part of the problem lies with checking database values every 30 seconds. It's pretty important that this check is happening every 30 seconds, as the database is actually updated all day everyday, approx. every 5seconds (apparently).

Each row in the database consists of about a page full of text if you were to paste it into MS Word.

So, are there any logical ways of minimizing data usage in my case, and also how am I able to see exactly how much data is used just to establish a connection to the database? Are there any tools for this kind of info?

Thanks :)

© Stack Overflow or respective owner

Related posts about database

Related posts about language-agnostic