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

[REBOL] A slightly improved Rugby

From: maarten::vrijheid::net at: 1-Feb-2005 15:15

Hello, For those interested in distributed computing, I just updated Rugby a bit. I renamed the 'chain mezzanine to 'async-rpc If you are running client and server in one process, you can do something like: async-rpc/deliver/timeout/error-handler http://rugbyhost:port [code] :callback 0:0:10 [timeout code block] :error-handler You can find it at http://www.surfnetters.nl/maarten/rugby.zip --Maarten