G'Day,
Is there any way to find out if the connection was aborted eg the user
pressed the stop button or somehow the connection got broken. Currently
one finds that the script continues on relentessly.
This scenario is important where
1) Tunneling XMLRPC calls. To the client a non-return value is an error.
However the tcl script processing the xmlrpc call proceeds regardless.
2) Long running database queries - if the connection is broken it would be
nice to just abort the query and get out of it rather then letting it run
through.
Cheers,
Hafeez