I am not sure what happens there.

 From my understanding, the user hits the stop button and the browser quits 
accepting connections. The server see this because it did not get a 
successful response?

The Windows Error number 109 is logged in the CF Server Log file so I would 
assume that it does see this in it kills its threads for that request.

Now depending on What CF is doing this may cause a problem. If CF is 
talking to a third party component such as MS Access over ODBC, would 
Access know that the connection was closed and that it should stop what it 
is doing?

Gel, are you having problems with the CF Server at the same time these 
things are happening?

At 02:30 PM 4/18/2001 -0600, you wrote:
>Quick HTTP/CF questions:
>
>I take it then that when a user hits STOP, the browser sends a message to
>the web server.  Correct?  Does it send a similar message to the server when
>the browser decides to time out?
>
>Does the web server then send a message to CF, saying "nevermind", or is
>there no communication, merely the closing of the 'pipe'?  If there's no
>message, this could have an adverse affect on performance.  Not just those
>(damned annoying) error messages that fill up the logs, but because CF keeps
>on blindly processing STOPPED requests, when the web server is smart enough
>to quit processsing them.
>
>Jim
>
>
>
>----- Original Message -----
>From: "Nick McClure" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Wednesday, April 18, 2001 12:55 PM
>Subject: Re: Windows NT Error 109 occurred
>
>
> > NT Error 109 is "The pipe has been ended."
> >
> > This is caused when something timed out or a user hits the stop button on
>a
> > page before it is done loading.
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to