Problem with CGI termination
Sandipan Gangopadhyay
sandipan at vsnl.com
Tue Sep 19 06:33:09 EDT 2000
More information about the Python-list mailing list
Tue Sep 19 06:33:09 EDT 2000
- Previous message (by thread): Problem with CGI termination
- Next message (by thread): Problem with CGI termination
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Problem with CGI termination
- Next message (by thread): Problem with CGI termination
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list