in reply to mod_perl2 and CGI-parameters //SOLVED//

I'd rather not use CGI as that is a "heavy" module and will impact performance.

You know what absolutely kills performance? Waiting on network requests and responses.

  • Comment on Re: mod_perl2 and CGI-parameters //SOLVED//

Replies are listed 'Best First'.
Re^2: mod_perl2 and CGI-parameters //SOLVED//
by CountZero (Bishop) on Aug 30, 2006 at 09:12 UTC
    All too true! Unfortunately this website is running off an old Celeron 333 Mhz computer with limited memory available so if at all possible I try to avoid adding things like CGI.pm if I only need a small part of their functions and methods.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law