Y
Yong Wang
Hi, All:
I have written a python CGI script to run in html web page. When I access to
the html page, it only runs part of the script, then abort because the late part of
the script is involved in database access, it is slow. I wonder whether there is
a way to control html running speed so that it can wait for CGI script to complete
execution, then write the results to html page ?
Thanks a lot .
Yong
I have written a python CGI script to run in html web page. When I access to
the html page, it only runs part of the script, then abort because the late part of
the script is involved in database access, it is slow. I wonder whether there is
a way to control html running speed so that it can wait for CGI script to complete
execution, then write the results to html page ?
Thanks a lot .
Yong