Problem with CGI termination

Sandipan Gangopadhyay sandipan at vsnl.com
Tue Sep 19 06:33:09 EDT 2000


Hi all,

I have a major problem with my python CGI program. Can someone with a little
experience in python based CGI help ?

My python CGI script (RHLinux6.2, Apache1.3.12) ends its response to a form
submission with a
print "</HTML>"

However, this HTML document page does not appear on the client until the CGI
process finishes execution.

How can I force CGI in python to force the client to render the response
page without waiting for the server CGI script to terminate ?

Regards,

Sandipan




More information about the Python-list mailing list