What could this sentence possibly mean? "His crew can build a more than 1GB in about 15 minutes (after stripping out debug information)" 1GB binary? 1GB of PHP? 1GB of C++ output? None of these sound like a good idea.
Facebook HipHop serves 70% more traffic on same hardware
21–30 of 32 posts
Re: Facebook HipHop serves 70% more traffic on same hardware
#22Re: Facebook HipHop serves 70% more traffic on same hardware
#23"Unlike Google, you see, Facebook has been known to promptly open-source some of the most important pieces of its back-end infrastructure."
Is this actually inaccurate though? Google has released tons of open source software, but which of them are important pieces of its back-end infrastructure? Hadoop and all its sub-projects are inspired by Google papers but aren't based on Google code, as far as I know. The projects that come to mind are Sawzall (of dubious usefulness to people outside Google), gold linker, possibly Go language (but I don't know to wh…
- Closure Compiler for Javascript: http://code.google.com/closure/compiler/
- Sparse hashtable: http://goog-sparsehash.sourceforge.net/
- Chromium
- Android
- V8 JS engine
- WebM
And this more comprehensive list: http://code.google.com/hosting/search?q=label:google
Re: Facebook HipHop serves 70% more traffic on same hardware
#24I love this quote, because C++ was built with the exact same abstraction in mind.
Re: Facebook HipHop serves 70% more traffic on same hardware
#25"Unlike Google, you see, Facebook has been known to promptly open-source some of the most important pieces of its back-end infrastructure."
Is this actually inaccurate though? Google has released tons of open source software, but which of them are important pieces of its back-end infrastructure? Hadoop and all its sub-projects are inspired by Google papers but aren't based on Google code, as far as I know. The projects that come to mind are Sawzall (of dubious usefulness to people outside Google), gold linker, possibly Go language (but I don't know to wh…
Re: Facebook HipHop serves 70% more traffic on same hardware
#26Earlier quoted context omitted.
Is this actually inaccurate though? Google has released tons of open source software, but which of them are important pieces of its back-end infrastructure? Hadoop and all its sub-projects are inspired by Google papers but aren't based on Google code, as far as I know. The projects that come to mind are Sawzall (of dubious usefulness to people outside Google), gold linker, possibly Go language (but I don't know to wh…
Google has a lot of smaller projects that are very useful and well-written: - Closure Compiler for Javascript: http://code.google.com/closure/compiler/ - Sparse hashtable: http://goog-sparsehash.sourceforge.net/ - Chromium - Android - V8 JS engine - WebM And this more comprehensive list: http://code.google.com/hosting/search?q=label:google
If you think about it, this is all perfectly sensible. Google sees back-end technology as a key competitive differentiator. Facebook needs to build back-end technology, too, but is not as vulnerable to a technologically equal competitor; if we were, Google would have made good on their promise to destroy us by now.
Disclaimer: I'm a Facebook engineer who contributes to the HipHop effort.
Re: Facebook HipHop serves 70% more traffic on same hardware
#27Article is factually incorrect; MediaWiki doesn't run on HipHop yet. They're currently discussing adding support on their dev list.
Re: Facebook HipHop serves 70% more traffic on same hardware
#28So they dropped some rarely used functionality from PHP,... like serialization. Excuse me, "rarely used"?? Drupal strongly depends on serialization, to store data structures in the database (or, as they call it, "the cache"). You cannot effectively run Drupal without serialization. So "The likes of Drupal, MediaWiki, and WordPress are now using HipHop." sounds like it cannot be true.
Re: Facebook HipHop serves 70% more traffic on same hardware
#29Earlier quoted context omitted.
Google has a lot of smaller projects that are very useful and well-written: - Closure Compiler for Javascript: http://code.google.com/closure/compiler/ - Sparse hashtable: http://goog-sparsehash.sourceforge.net/ - Chromium - Android - V8 JS engine - WebM And this more comprehensive list: http://code.google.com/hosting/search?q=label:google
Right. None of which you could reasonably describe as "the most important pieces of its back-end infrastructure," unlike HipHop, Thrift, HBase, Cassandra, memcache, etc. at Facebook. Google has contributed a ton of wonderful products to open source; however they will never contribute BigTable, MapReduce, GFS, Chubby, GoogleBot, their indexing pipeline, the actual reverse index query execution engines, the search engi…
Re: Facebook HipHop serves 70% more traffic on same hardware
#30Earlier quoted context omitted.
Google has a lot of smaller projects that are very useful and well-written: - Closure Compiler for Javascript: http://code.google.com/closure/compiler/ - Sparse hashtable: http://goog-sparsehash.sourceforge.net/ - Chromium - Android - V8 JS engine - WebM And this more comprehensive list: http://code.google.com/hosting/search?q=label:google
Right. None of which you could reasonably describe as "the most important pieces of its back-end infrastructure," unlike HipHop, Thrift, HBase, Cassandra, memcache, etc. at Facebook. Google has contributed a ton of wonderful products to open source; however they will never contribute BigTable, MapReduce, GFS, Chubby, GoogleBot, their indexing pipeline, the actual reverse index query execution engines, the search engi…