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

[REBOL] Re: About Rebol/Apache

From: dvydra2:yah:oo at: 25-Apr-2001 22:44

Holger, If I am trying to build a multiuser site with db support, am I still making blocking calls to the db? If so, is there a way to load-balance several R/Commands running FastCGI? Regards, David Holger Kruse <[holger--rebol--com]> wrote: On Wed, Apr 25, 2001 at 07:09:15PM +0200, Petr Krenzelok wrote:
> Is this DocKimbel's solution? Or RT's one?
Our own. We looked into it first in the context of REBOL/Express and expect to have FastCGI support ready for Command 2.0.
> So - what is /Command FastCGI solution about? Internal solution? External > library?
Basically Command FastCGI allows you to keep a Command-based server running as a process. Incoming http requests are forwarded by the web server through TCP. The protocol running across the TCP channel is called FastCGI. The implementation is done within Command. On the web server you need a FastCGI plug-in/module (freely available for Apache, available commercially for other servers). -- Holger Kruse [holger--rebol--com] -- To unsubscribe from this list, please send an email to [rebol-request--rebol--com] with "unsubscribe" in the subject, without the quotes. please reply to: [david--vydra--net]