Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Server Ports

From: ptretter::norcom2000::com at: 1-Feb-2001 10:28

When creating server ports such as: server: open/lines/direct tcp://:113 client: first server How do you keep the script from blocking other port activities with in the same script. In otherword this just hangs at client:first server and blocks other port activity until 'server receives data. The no-wait option seems to do the same thing. Any ideas? Paul Tretter