Hi
I am not sure if anyone else encountered this issue,
I have a java app that polls data from an external provider every second, it works fine and polls data as required -this is a console app
I have written a jsp service that does the same, it is basically returning the same data that the console app writes to the console, instead, it is just writing that data to a web page.
The problem now is that the webpage is getting updated every 8.04 seconds, i have checked the tomcat console and it is connecting to the app on the every 8th attempt. is there a way i can solve this polling issue?
It might be a small question but your help would be greatly appreciated.
Many Thanks,