first i am new to python.
i was trying to write a CGI script which execeutes some of the scripts to generate the output. The scripts take long time to run (around 10 minutes). so i had to wait for 10 min to see the results.
my problem is to see the current set of results for every 1 min. i used the meta refresh tag to get the current page. but still i am able to get the page only after 10 min.
my problem can be summarized as how to run the scripts in cgi independently from generating a result page from cgi.
i am a bit new to python and completely new to web programming. Any help is greatly appreciated.