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.