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

[REBOL] Rugby 2

From: koopmans::itr::ing::nl at: 29-May-2001 17:25

Hi All, Rugby 2 is out! You can find it at http://www.erebol.com/downloads/rugby2.tar.gz Docs are present in the distrib Features: - The complete framework is now based on synchronous I/O, with the same performance. Feature request from Holger ;-) So... this code won't break. - Toplevel mezzanine's: serve rexec wait-for-result poll-for-result - serve/restrict [ ip-list here ] restricts access to the service to the list of ip numbers provided. - rexec/oneway doesn't care for a result - rexec/deferred checks back later for a result with either poll-for-result (non-blocking) or wait-for-result - multiple concurrent rexecs when using deferred. I'll add a secure messaging app as a Rugby app in a week or so. And then I'll look into SOAP. Suggestions for the curious: build a Rugby based chat app/IM/file-sharing. Should be a day of work now. Enjoy, Maarten