Well, sir. You should do this in a client instead of separating the function into different program. Just: - Store whatever the client has received / viewed and make it as a cache for later-view And that's how you trim bandwidth usage.... View quoted note →

Replies (2)

Afraid of local database size? Compress the strings / JSONs with gzip. Done.