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

[REBOL] Re: Console port and network ports

From: m::koopmans2::chello::nl at: 11-Aug-2002 17:20

Hi Gabriele,
> Hi Maarten, > > On Sunday, August 11, 2002, 9:19:27 AM, you wrote: > > mk> Is there a way to add a network port and a console port in one > wait/all > mk> block? > > This works here: > > wait/all [net-port console-port] >
The problem is reading data from the console-port when there is an event. I'll have to use awake, but then I might as well use the wait-list. I am reviving my P2P console with Rugby+ (UDP and multicast transport, possibly TCP persistent connections as well. And interactive scripting while network services run. And I'll add a bootstrap presence provider service to help things getting started. You see, I'll be busy for a while.) Thanks anyway, --Maarten