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

[REBOL] Rugby feature input

From: m::koopmans2::chello::nl at: 24-May-2001 9:36

I am currently enhancing Rugby with the following features: Toplevel rexec mezzanine CGI wrapper for HTTP tunneling Clients-side: - rexec/oneway don't retrieve a result - rexec/deferred poll for a result later (non-blocking) - multiple rexec/defferred pending (allows or multiple non-blocking requests) - security if Pro available: by default secure, becoming less and less depending on your crypto-strength / server support / Pro available Server side: - secure support (see client) - from IP/host only : limits connections to certain IP/hosts combinations with a reverse lookup - From signature only: limits requests to certain signatures only After this I'll add SOAP in a few months (hopefully sooner) Please prioritize / add features --Maarten