with all my years with ASP I couldn't quite work out how Response.IsClientConnected worked...
does it go down into the TCP stack to see if packets are still returning? does it work off a type of ping? considering we're dealing with a connectionless protocol, it all seemed like voodoo to me then... I'd be curious too.. barry.b -----Original Message----- From: Elliot Russo [mailto:[EMAIL PROTECTED] Sent: Thursday, 22 April 2004 9:55 AM To: CFAussie Mailing List Subject: [cfaussie] isClient<still>Connected - aborting cancelled request Hi, is asp you can test for the 'client-connectedness' during a long page output - is there a feature in cfmx or underlying java to get this same info idea is output flush output flush if NOT isConnected abort output flush if NOT isConnected abort etc Elliot --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
