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

[REBOL] Re: Rugby feature input

From: ryanc:iesco-dms at: 24-May-2001 10:00

I have a script I have been working on that is quite similiar, except more for parrallel processing. One thing to note about it is that I use a http like header. This allows for extremely large transfer sizes. I can pass errors and throws this way too. Maybe we can make a compatable system, or you can just absorb what mine does--its pretty small. --Ryan Maarten Koopmans wrote:
> 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 > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400 I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. -Einstein