On 10/05/13 22:05, Jeroen De Dauw wrote:
Question: Is it possible to use HipHop only for part of a codebase. For instance, if there is some MW extension that depends on a third party library we have no control over that makes uses of SPL, would this cause problems?
It would be possible to have a separate cluster running regular PHP, and to access it via internal API requests or by frontend routing, similar to how we do image scaling. But the justification would need to be pretty strong to justify that complexity.
-- Tim Starling