michellem has asked for the wisdom of the Perl Monks concerning the following question:
1) Are there benchmarks out there for mod_cgi vs. mod_perl speed/performance? What about when a large part of the work is db queries? In other words, I'm looking for concrete guidance on when (in terms of script complexity and loading times for dynamic pages) it makes sense to take the plunge.
2) I'm working on a fairly big db project - and it's something designed for release. I'd want it to be able to be used in either a cgi or mod_perl context - are there a lot of things I'll have to think about? Release two different versions? I have read the coding guidelines on perl.apache.org - so I'm not looking for details, but the general strategies people have used when releasing perl code for web applications.
Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl vs CGI: benchmarks and code
by arturo (Vicar) on May 18, 2001 at 22:53 UTC | |
by Anonymous Monk on Jan 02, 2010 at 22:11 UTC | |
by ikegami (Patriarch) on Jan 03, 2010 at 00:36 UTC | |
by Your Mother (Archbishop) on Jan 02, 2010 at 22:29 UTC | |
|
Re: mod_perl vs CGI: benchmarks and code
by Masem (Monsignor) on May 19, 2001 at 01:48 UTC | |
|
Re: mod_perl vs CGI: benchmarks and code
by fpina (Pilgrim) on May 19, 2001 at 03:00 UTC | |
|
Re: mod_perl vs CGI: benchmarks and code
by scottstef (Curate) on May 19, 2001 at 02:53 UTC |