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
[EMAIL PROTECTED]

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to