I've read comparison of Perl vs. PHP regarding features and coding, however
I would like to know how each affects server load.
I am looking at two scripts - one in Perl and the other in PHP - for the
Amazon Product Feed. My understand is that Perl must be compiled on each
execution and that PHP does not, therefore PHP is less of a load on the
server.
Comments, anyone?
I would like to know how each affects server load.
I am looking at two scripts - one in Perl and the other in PHP - for the
Amazon Product Feed. My understand is that Perl must be compiled on each
execution and that PHP does not, therefore PHP is less of a load on the
server.
Comments, anyone?
Comment