I have a web application running on Domino HTTP, which queries data from the user mail databases.
I would like to implement Long Polling, Direct Push, WebSockets or any similar technique into that application to get changes from the server instantly or with low delay (and without user interaction). Is this possible, and if so, how?
Right now, to get the data, I am using Notes agents which are called via HTTP, but of these there can only be finitely many at the same time (3 by default?), so I would have to find a non-blocking alternative.
Assuming you have access to make changes to the mailfiles/mailserver you could one of few things.