I need to create a page that run a process and shows the results to the user.
The thing is that this page might process let's say 10 items and I want to show the progress to the user, i.e. refresh the page somehow after each item was processed.
Very much like the link validator on the w3 site does, when it runs, it shows you the current status of the progress and the page shows which links are currently being processed.
How do I achieve that?