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

[REBOL] Re: Event driven TCP / Rugby

From: brett:codeconscious at: 30-Jan-2002 8:50

Hi Maarten,
> Rugby does a thing Romano described in his mail, but over one connection > (slightly more efficient). > I will remove TCP transport (speed is now the same as http), and add a
Why remove the "pure" solution - where it all began? http and tcp transports cannot share the same logic?
> /deliver :f > > with f a function that expects a value.
Well that should be easy to understand. :)
> Will work in server and view scripts > only, as you need an event loop. And of course /deliver-on-error > :error-handler
I don't quite understand why an event loop could not exist in a non-view client script if the developer added one. Or is that possibility still open? Brett.