Consider, several users are using my Java Application. I am using Http Common Apache to GET/POST from a Http Server to get various user data.
There is a module in this client Application which triggers current Page no. of the Document (user1 opened). I want other Users(User2, User3,....UserN) to know the Page no. User1 opened.
Should all users listen/query the HTTP server in a time interval always ? I think it is not a good idea.
How can I implement this so that Load on server is minimized.