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.
error i was pertaining was.. that specific port 9999 is not accepting
connection for some reason..
thanks in advance..........
----------------------------------------------------------------------
The information contained in this message (including any attachments)
is confidential and intended solely for the attention and use of the
named addressee(s). It must not be copied, distributed nor disclosed
to any person. If you are not the intended recipient, please delete
it from your system and notify sender immediately. Any disclosure,
copying or distribution thereof or any action taken or omitted to be
taken in reliance thereon is prohibited and may be unlawful.
----------------------------------------------------------------------