CGI script running not completely in HTML

Yong Wang yong at net.tamu.edu
Thu Aug 17 15:50:19 EDT 2006


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




More information about the Python-list mailing list