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

[REBOL] Re: timers in Core would be enough imo :-) (was) Re: Re: REBOL multith

From: rotenca::telvia::it at: 15-Feb-2002 15:38

Hi Petr,
> No :-) Do we have threading? Can you see your View scripts to block you? As
with
> tcp, when you open your listen port, you can open it in no-wait mode. In
this
> case wait [portX] checks for data on your portX, but returns imediatelly,
either
> telling you there is no data, or returning you port (or block of ports if > wait/all is used) some data appeared on .... > You can receive your data in parts, process them and return back to waiting.
You
> can look at some web-server or proxy scripts in the script library for some > examples ....
Do you know what ports permit waiting beyond tcp and tcp based? Or it is the only one (togheter event, of course)? Can be created by user a new protocol for no-wait port? --- Ciao Romano