in reply to Perl/CGI Performance for a Shopping Cart

What really draws on performance, if you spawn a new perl interpreter for every request - so you should use s.th. like mod_perl under apache for this.

If you want to recycle some code: look at a toolkit like openinteract ( sourceforge.net/projects/openinteract ), embperl or mason etc. Here you usually also find pointers to mod_perl etc.

Andreas

  • Comment on Re: Perl/CGI Performance for a Shopping Cart