Hello again,
I have a C program that currently returns % of job completed to the Perl script and the Perl script pushes this data to the web browser using server push technology. This part is working as required but the boss now wants the C program to also return the time it took to process these requests and the Perl script to display this on the browser using continuous mode (something similar to Windows Task Manager Performance tab when you press CTRL-ALT-DEL). Does anyone know of a Perl package that would allow me to do this? Thanks