The polling tag has no wiki summary.
5
votes
1answer
231 views
What term is used to describe running frequent batch jobs to emulate near real time
Suppose users of application A want to see the data updated by application B as frequently as possible. Unfortunately app A or app B cannot use message queues, and they cannot share a database. So ...
1
vote
3answers
230 views
Scalable solution for website polling
I'm looking to add push notifications to one of my iOS apps. The app is a client for a website which doesn't offer push notifications.
What I've come up with so far:
App sends a message to home ...
5
votes
1answer
254 views
Design For Asynchronous User Interface
I have been working on a integration that has posed an interesting user interface conundrum that I would like suggestions for.
The user interface is displayed within a third party product. The state ...