Mailing List Archive

Mod_perl and mod_cgi
Should mod_perl and mod_fastcgi be used?
from what I've read they will speed up things considerably.
Is there a risk to using them?

Troy



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.226 / Virus Database: 108 - Release Date: 1/5/2001
Mod_perl and mod_cgi [ In reply to ]
>Should mod_perl and mod_fastcgi be used?
>from what I've read they will speed up things considerably.
>Is there a risk to using them?
>

Actually neither of these will increase Interchange's performance. mod_perl
and mod_fastcgi are typically meant for speeding up perl CGI scripts that
are executed when requested by the user. Although Interchange does call a
CGI script in the default setup, this script is a compiled C program. It
communicates with the Interchange daemon which is a running process. This
eliminates the need to continually restart Interchange every time a hit is
processed.

Note that back in the Minivend days a Minivend module was developed for
Apache that did away with the need for the CGI script. I currently use the
module across multiple sites using MV 3.xx, MV 4.xx and IC concurrently.

mod_minivend is available at:
http://indev.insu.com/mod_minivend/mod_minivend.html

--
Jeff Carnahan - jcarnahan@networq.com