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

Wanted - Rebol CGI success stories :)

 [1/4] from: brett:codeconscious at: 21-Nov-2000 22:21


I've seen a number of posts regarding CGI and Rebol most of which related to problems (probably to be expected - people usually want help). I thought it would be good if people with reliable Rebol CGIs could post their successes to this thread (hopefully mentioning the words/phrases reliable, fast, since eons ago, no runaway processes, etc). Any? Thanks Brett.

 [2/4] from: sharriff::aina::med-iq::de at: 21-Nov-2000 11:36


My boss was sceptical ( he loves ASP and all that) but when I showed him my email and bulletin-board script, he was suprised. Nobody notices that REBOL captures data from a form, adds it to a flat file on the server, reads the file, creates a frameset frame and displays the result! I donīt know how the performance would be in a "REAL" internet scenarion since all my scripts have only been tested in an Intranet. REBOL CGI beats writing servlets since they are easier to debug. I would really like to know how much of a resource drain it is when several users call a REBOL script as that is the main advantage of Java servlets of CGI, anyone done research on this? . When Iīm up to it ( with help from the excellent REBOL list of course) I would like to try to code some sort of Web-application framework, REBOL webserver inclusive ( see www.enhydra.org, cool! they convert HTML into objects for set/get access) Cheers! Sharriff Aina "Brett Handley" <[brett--codecons] An: <[rebol-list--rebol--com]> cious.com> Kopie: Gesendet von: Thema: [REBOL] Wanted - Rebol CGI success stories :) [rebol-bounce--re] bol.com 21.11.00 11:21 Bitte antworten an rebol-list I've seen a number of posts regarding CGI and Rebol most of which related to problems (probably to be expected - people usually want help). I thought it would be good if people with reliable Rebol CGIs could post their successes to this thread (hopefully mentioning the words/phrases reliable, fast, since eons ago, no runaway processes, etc). Any? Thanks Brett.

 [3/4] from: chris:starforge:demon at: 21-Nov-2000 11:47


Brett Handley wrote:
> I've seen a number of posts regarding CGI and Rebol most of which related to > problems (probably to be expected - people usually want help). > > I thought it would be good if people with reliable Rebol CGIs could post > their successes to this thread (hopefully mentioning the words/phrases > reliable, fast, since eons ago, no runaway processes, etc). > > Any?
Sure, I can't do it at the moment as I'm at work, but when I get home tonight I'll make all my tested CGI scripts available for download from my website. That's if I remember of course, one thing does tend to drive out another :)) Chris -- New sig in the works Explorer2260 Designer and Coder http://www.starforge.co.uk

 [4/4] from: brett:codeconscious at: 21-Nov-2000 22:59


Thanks very much Chris that would be great if they are not too big. I would certainly like to see them, so if they are a bit big an offlist email? My post wording was ambiguous. I was thinking in terms of statistics how long as your CGI been running - maybe even how many requests. How reliable is it? Brett.