[General] Ruby vs. PHP
Majed B.
majedb at gmail.com
Wed Sep 26 18:47:08 +03 2007
Well, I don't believe they were benchmarking frameworks, but languages instead.
And I know that PHP stinks at high-loads, unless the server is
optimized, because PHP's interpreter isn't good enough; Which is why I
was stressing on the caching feature on frameworks.
If you want to test a framework, you test it for:
-Vulnerable AJAX code generated
-Easy of use/navigation to human users
-Stress test with caching ENABLED (weren't they testing on production
servers????)
-Compile all PHP scripts instead of running them interpreted
-Field input verification & SQL injections
That's how you test a framework, since it's generating the code for
YOU, and serving your USERS.
Their tests were more related to the languages, in my opinion.
--
Majed B.
More information about the General
mailing list