http://qs1969.pair.com?node_id=1156694

astrokatz has asked for the wisdom of the Perl Monks concerning the following question:

I have a new Perl Catalyst application that controls jobs being executed in the background. I need the application to refresh the display every 5 seconds with the current status of these jobs.

How can I configure Catalyst to do this? Or would this be easier to be performed thru Javascript?