Re: Script taking longer than expected to complete: Consequences?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Next message: The Corinthian: "Re: Another Checkbox Question"
Date: 14 Oct 2004 00:38:57 -0700
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in message news:<#lTTe1TsEHA.1336@tk2msftngp13.phx.gbl>...
> If the user closes the browser window, the script will continue to run on
> the server. Once the request is made to the server, it starts doing what it
> has to do and runs until it's finished (or errors out, times out, whatever).
> Asuming that you cannot do anything about the duration of the database
> operations, perhaps you'll be interested in some of the ideas here.
> http://www.aspfaq.com/show.asp?id=2194
>
> Ray at work
>
Much appreciated.
Thanks Ray.
Colin
Next message: The Corinthian: "Re: Another Checkbox Question"
Relevant Pages
- Re: existence and size of client file
... to provide a FORM to the client. ... executed after the POST request reaches your server. ... The client sends an HTTP POST request, which contains the URL, the ... Then the server has inkove the CGI script so that the CGI script can ... (comp.lang.perl.misc) - Re: FAQ Topic - How do I run a server side script? (2009-09-16)
... FAQ Topic - How do I run a server side script? ... an HTTP request", which appears to have been something that has needed ... I see that Safari 2.x does indeed fail to create an image element with `new Image`; instead, creating an object with `src`, `width` and `height` properties, but not those from `HTMLImageElement` or any of its "ancestor" interfaces. ... (comp.lang.javascript) - Re: trouble measuring filesize of gzipped data
... >> from your server. ... >> it doesn't have any effect on your PHP scripts when they ... > passes it to my script. ... another website, that request isn't coming from Apache, it's ... (comp.lang.php) - Re: Preventing multiple invocations of script from accessing the same file
... > I am writing a CGI script using the Bourne shell. ... Your script needs to call a simple program that opens a connection to ... the server, passes the request to the server, waits for the response, ... The server should be written to receive a request, ... (comp.os.linux) - Re: Preventing multiple invocations of script from accessing the same file
... > I am writing a CGI script using the Bourne shell. ... Your script needs to call a simple program that opens a connection to ... the server, passes the request to the server, waits for the response, ... The server should be written to receive a request, ... (comp.unix.shell) |
|