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

[REBOL] Listener process

From: atruter::labyrinth::net::au at: 3-Sep-2003 10:48

Any ideas on what the simplest way to implement a local listener process in REBOL would be? I want to have an [encapped] script that can be started and then "listens" for incoming requests from other [REBOL] scripts and passes results back. I could certainly do this via files, but is there a nifty way of doing it in-memory? If the answer to this question is simply, "Look at Rugby / Async", then that alone is worth knowing. ;) Regards, Ashley