Hi Guys,
Thought id share with those that may not of seen this by now.
I personally will be moving some of my core systems to this for the 50% or so increase in performance.
http://developers.facebook.com/news....og=1&story=358
Basically ( from by understanding ) it does this:
Takes your PhP , Changes to C++ and compiles the script ( meaning it runs faster as its not interpreted )
Also, HipHop comes with a new Webserver , So not only have Facebook rewritten the PHP runtime, They have written a webserver that can serve faster.
Apparently 90% of their servers use it now and have decreased load by around 50%
So this may be a VERY good option to others out there who have clusters of servers that run hot because of PHP use.
You may be able to even take the load down enough to remove one or 2 servers
I also like this IDEA of compiled PhP so theres no need to try and obfuscate code when selling scripts. You can have compiled core components that cant be reverse engineered easily .
Note to admins , Maybe at some point could we have a HipHop PhP section inside the PHP programming section?
Hopefully we can build a nice sized hiphop community here
Thanks
G
Last edited by lynxus; 02-03-2010 at 12:35 PM..
|