Re: How do clients(web browser) close a python CGI program that is not responding?

2006-03-28 Thread Ben Sizer
Sullivan WxPyQtKinter wrote: Hi,there. Sometimes a python CGI script tries to output great quantities of HTML responce or in other cases, it just falls into a dead loop. How could my client close that CGI script running on the server? Generally speaking, remote users don't have control over

Re: How do clients(web browser) close a python CGI program that is not responding?

2006-03-28 Thread Jon Ribbens
In article [EMAIL PROTECTED], Sullivan WxPyQtKinter wrote: Hi,there. Sometimes a python CGI script tries to output great quantities of HTML responce or in other cases, it just falls into a dead loop. How could my client close that CGI script running on the server? I tried to use the STOP

Re: How do clients(web browser) close a python CGI program that is not responding?

2006-03-28 Thread Sullivan WxPyQtKinter
Actually my project is converting certain specially costomized XML file to HTML to display and edit. Sometimes the XML file is too big, or the client upload a very huge file for the server to process, which exceeds the processing ability of my server.(after all, it is a small server on my poor

How do clients(web browser) close a python CGI program that is not responding?

2006-03-27 Thread Sullivan WxPyQtKinter
Hi,there. Sometimes a python CGI script tries to output great quantities of HTML responce or in other cases, it just falls into a dead loop. How could my client close that CGI script running on the server? I tried to use the STOP button in the web browser button, but it does not work. In