long-polling

Non-Message Queue / Simple Long-Polling in Python (and Flask)

Non-Message Queue / Simple Long-Polling in Python (and Flask) Question: I am looking for a simple (i.e., not one that requires me to setup a separate server to handle a messaging queue) way to do long-polling for a small web-interface that runs calculations and produces a graph. This is what my web-interface needs to do: …

Total answers: 2