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
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
2 matches
Mail list logo