What is the faster ( and slower ) language to do this? [closed]

shadow_lfqf

New Member
\[quote\] Possible Duplicate:
What is the faster ( and slower ) language to do this ? \[/quote\]I want to know what is the faster ( execution time ) language for this simple script ( executed through ajax ):\[code\]Pseudocode:// start codevar str = GET['string']INSERT SQLSELECT SQL// end code\[/code\]This is a very simple script with 2 simple query.I want to know what is the faster ( and slower ) language in this case.Erlang ? C ? C++ ? PHP ? Python ? Ruby ? Java ? ecc....P.S. I am going to use MySql but you can recommend me other DBMS.
 
Back
Top