Via an anonymous tip off (OK Simon) – Friendster goes PHP, switching from JSP / Tomcat.
Apparently performance has visibly improved to end users.
Eventually Rasmus’s message of PHP as a Shared Nothing Architecture will sink in…
Related posts:
- Free PHP Webinar: How to Increase Performance with Caching Zend are running a free webinar today, with a live...
- Installing PHP on Windows Just Got Easier Have you ever felt frustrated when setting up a PHP/MySQL...
- Interactive CLI password prompt in PHP Just a quick tip, since I spent a good hour...
- Oooh, Shiny—a Flash Front-end for Twitter! Ever wondered what it would take to build a Flash...
- How to Use PHP Namespaces, Part 3: Keywords and Autoloading In the final part of his series explaining PHP namespaces,...







Wow, it’s a lot faster. A lot.
June 29th, 2004 at 7:26 pm
ahh nothing like seeing a PHP error on php.net ;-)
http://talks.php.net/show/lt2004-lamp/1
June 29th, 2004 at 7:52 pm
could it be that their Java implementation was badly-engineered, that’s why its performance was substandard before?
June 30th, 2004 at 12:52 am
This is a funny result. I am my self a PHP enthusiast, but i the journal “ACM SIGMETRICS Performance Evaluation Review, Volume 31 Issue 3″ there was an article called “A performance comparison of dynamic Web technologies” where Perl, Java server technolgy (also tomcat) and Perl was benchmarked in a labratory environment. It was concluded that Serverside Java outpreformed PHP and Perl by a factor 8.
June 30th, 2004 at 6:14 am
Well now Friendster have changed, im sure Microsoft will follow suite soon ;)
June 30th, 2004 at 6:34 am
A testing environment is one thing. Production is another. If a developer moves from X to Y, and things speed up and improve because of it, no amount of tests is going to change the fact that moving from X to Y speed thigns up.
June 30th, 2004 at 10:05 am
http://talks.php.net/show/lt2004-lamp/7
> No $_COOKIE for you
What does it mean ?
June 30th, 2004 at 12:40 pm
I believe it means that $_SESSION is much faster than $_COOKIE
July 1st, 2004 at 6:39 pm
Clickz.com used to run on Tomcat and JSP at some point. They also turned to PHP a year or so ago. In fact the whole Internet.com network runs most of it’s content on PHP
Marcel
http://computingdiary.com
July 2nd, 2004 at 1:33 pm
Martin Ericksen needs to actually read that ACM article if he’s going to attempt to quote from it. It does NOT say that Java outperforms PHP and Perl by a factor of 8. What it does say is that using any kind of dynamic generation is up to 8 times slower than static pages. This should surprise no one.
July 3rd, 2004 at 6:10 pm
Yahoo, Internet.com, now Friendster. I’m not surprised – in my previous work at a web agency, about two thirds of our business came from companies moving to Open Source, away from ASP and Java. About 30% was from one company alone – a major European auto manufacturer who were thoroughly disappointed with their JSP solution.
The only question left is, how long before Amazon migrate? ;)
August 19th, 2004 at 4:30 am
All in all, if they’re happy, and their site runs faster, it was a good decision.
Q – http://www.halofans.com
November 29th, 2004 at 12:03 pm
could it be because of a reconsilidating stand point? Where php developers are cheaper than J2EE / .NET devs?
September 27th, 2006 at 7:50 am