Not planned Making sure it's running well under HipHop

This suggestion has been closed. Votes are no longer accepted.
I know I have mentioned HipHop some time in the past when XF was still in early beta. Yesterday I came across this interesting article @ The Register speaking about the vast performance improvement when using converted PHP apps (like Drupal, Wordpress or Mediawiki) with HipHop.

Which begs the question if there are any plans in adding compatibility to XF for compiling it with HipHop?

I'd take what The Register posts with a grain of salt. After reading that article I'm a bit confused (and the author seems even more confused). For example, the author says they dropped rarely used functionality ftom PHP, such as serialization, yet Drupal strongly depends on it. You couldn't effectively run Drupal without it. He may be referring to APC, but even then the only thing APC serializes is objects. Arrays and scalar types are directly memcpy'd in and out of the user cache.

A better read would be the actual entry that article is based on: http://www.facebook.com/notes/faceb...tions-for-efficient-servers/10150121348198920
 
Back
Top Bottom