>>>>> "Eric" == Eric Lenio <[EMAIL PROTECTED]> writes:
Eric> I'm trying to point out the advantages of mod_perl over a Eric> solution based on Java servlet technology to my client. Can Eric> anyone provide any quick links/ information to help me out? Well, well-designed mod_perl as a technology is similar to JSP as a technology, in terms of keeping the algorithms buried inside an Apache process for rapid access. However, the real advantage is that you get to program in Perl rather than Java. :) Seriously, Perl means more actions with fewer lines of code (Perl density versus Java density), true open source (if it breaks *anywhere* you can fix it or pay someone to fix it), and you get access to the CPAN. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html