Cacheing and JSON
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.
Does anyone have an idea of the best way of doing something like this.
-- 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 device.
Does anyone have an idea of the best way of doing something like this.
The commands come in via JSON also, if that helps.
--
Thanks
Kevin Anthony
www.NoSideRacing.com
Thanks
Kevin Anthony
www.NoSideRacing.com
Do you use Banshee?
Download the Community Extensions:
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home