Thread: PHP compiler
View Single Post
Old 12-12-2004, 05:13 PM  
Babaganoosh
♥♥♥ Likes Hugs ♥♥♥
 
Babaganoosh's Avatar
 
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
Quote:
Originally posted by qw12er
You're seriously telling me that I could build a whole TGP/MGP in PHP ? Why everybody else do it in c++ ?
Not many are doing it in C++. Trade scripts are done in C++ because of the sheer number of times the scripts are executed. TGPs have no reason to be in C++. The real load is going to be due to reading and writing from/to a DB. No TGP should ever be dynamically generated every page view. Have the script generate static HTML.
Babaganoosh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote