On Sun, 8 Jun 2003 11:37:32 +0100, you wrote: >Take a look at this > >http://search.cpan.org/src/JFREEMAN/Cgi-Simple-0.06/cgi-simple_vs_cgi-pm.html > >It shows benchmark comparisons between the two.
As always, test this yourself before taking at face value. I ran the code at the end of that article 'So, finally here is some data on the whole shebang: new process, load the module, make a new object and get some param data out.' His results were: C:\>perl test.pl 100 iterations using CGI takes 73 seconds 100 iterations using CGI::Simple takes 40 seconds My results were: C:\>perl test.pl 100 iterations using CGI takes 19 seconds 100 iterations using CGI::Simple takes 16 seconds So, on my configuration at least, the performance improvement would not be as dramatic. --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
