Quote:
Originally posted by notjoe
PHP is way faster than Perl, even if you have FastCGI running and PHP is a module and isnt forked for each request.
Everytime a CGI is loaded your webserver opens a shell and executed perl -f(?) perlfile.cgi
where as php as a module is all embedded.
You will also need to optimize your database table fields so that your searching takes up a lot less time.
Joe
|
For simple front end webstuff YES, but server side calculations and text parsing NOWAY ...