Thursday, 22 August 2013

How do I handle network timeouts in REBOL?

How do I handle network timeouts in REBOL?

I'm making a connection to several servers in my script and currently if
one of them is down I get a ** Access Error: Network timeout error and the
script stops. I'd rather be able to detect and move on instead of having
it giving up altogether.
Is there a way to do this detection?

No comments:

Post a Comment