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

[REBOL] Re: Rugby for Artists => was Re: Re: Medium+ Scale Developments

From: jason:cunliffe:verizon at: 13-Jan-2002 7:47

> I have a few doubts about rugby. I can make a direct call using rexec and
sexec, putting the service at http layer. So I can call a service through rugby to be sent to a browser, but how can I send back args to my functions inside rugby server via my IE5?
> What are the variables that I must read ? Where are they located, if this
is not running in cgi-mode?
> If you would compare the use of FastCGI and Rugby, which do you prefer to
use in terms of best performance? good questions.. You may want to look into RebXR, a full client/server XML-RPC implementation for REBOL by Andreas Bolka. http://earl.strain.at/space/rebXR I am still trying to map the relationship between rugby, xml-rpc, vanilla [apache, cgi +rebol], and fastcgi. ./Jason