I have a method called by a poll, it is called every 20 seconds but it takes about 1 minute to finish running. So far so good, but I need my jsf screen updated every 10-15 seconds, without having to wait for my 1-minute method to finish.
In short:
I need my page to update while a method called by a poll is running.
Is this possible?