is there any other way i can do this in AOLServer?(test connection for a
paticular port without killing the server) besides looking for that bug..
: )


----- Original Message -----
From: "Rob Mayoff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 12:38 PM
Subject: Re: CATCH on NS_SOCKOPEN


> +---------- On Jun 29, macky said:
> > i did a catch on ns_sockopen hoping that whenever anything goes wrong it
> > would still continue process..
> >
> > if { [catch { ns_sockopen 192.168.100.1 9999} conn] } {
> >   #If can't connect use different port.
> >   set conn [ns_sockopen 192.168.100.1 9998]
> > }
> >
> > etc.....
> >
> > problem:
> >   error on ns_sockopen kills my AOLServer completely.
>
> This means AOLserver has a bug.
>

Reply via email to