> >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.

If you use ns_write, you can check its return value.  As I recall, it
returns 0 on failure and 1 on success.  But that means you have to write
something to the client.

Reply via email to