Re: Cacheing and JSON

2012-07-08 Thread Thomas Orozco
I think you're going to need to provide more context here. Are you telling us that reading from your database takes minutes? Do your remote clients periodically poll your api? What's the overall flow and what's the issue you have? I hardly believe that caching is useful here, unless you're te

Cacheing and JSON

2012-07-06 Thread Kevin Anthony
I have a JSON api exposed writen in django, in which remote devices ask if there are any commands for the device. And 99% of the time, the answer is no. I've played around with database cacheing, and the problem i've run into is, it can take several minutes until the new command gets sent to the d