You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Torsten Foertsch <to...@gmx.net> on 2007/01/14 15:10:33 UTC

pros & cons of Apache2::Request vs. CGI

Hi,

what are the pros and cons of Apache2::Request vs. CGI in a MP2 environment?

Torsten

Re: pros & cons of Apache2::Request vs. CGI

Posted by Perrin Harkins <pe...@elem.com>.
Torsten Foertsch wrote:
> what are the pros and cons of Apache2::Request vs. CGI in a MP2 environment?

Apache2::Request is faster and uses less memory.  CGI is easier to 
install, has more features, and is portable to other environments.

- Perrin

Re: pros & cons of Apache2::Request vs. CGI

Posted by Nikolay Ananiev <an...@thegdb.com>.
there are only pros.
"Torsten Foertsch" <to...@gmx.net> wrote in message
news:200701141510.38598.torsten.foertsch@gmx.net...