View Single Post
Old 09-10-2002, 03:49 PM  
boldy
Macdaddy coder
 
Industry Role:
Join Date: Feb 2002
Location: MacDaddy pimp coder
Posts: 2,806
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 ...
__________________
MacDaddy Coder.

Last edited by boldy; 09-10-2002 at 03:50 PM..
boldy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote