Hello, World!
I'm currently writing a small piece of software that deals with sending a
TCP message from one Rebol script to another across a WAN...
Is it possible for one Rebol script to check whether or not it has received
a TCP message: Without actually waiting for one to come through the port?
As I am currently reading a TCP port for data, and have to wait for the
connection to time out, and I really want to do some background tasks
instead of waiting.
If any one could help it would be much appreciated...
Thanks...
Rob Lancaster.