I have a Java application which I make available via RESTful web services. I want to create a mechanism so clients can register for notifications of events. The rub is that th
We have this problem and need low-latency asynchronous updates to relatively few listeners. Our two alternative solutions have been: