Has anybody ever tried HipHop or any other PHP acceleration method for SquirrelMail? Was it a plug-and-play thing, or did it require significant modification of the source code?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 1 down vote accepted

SquirrelMail would require a large amount of rewrites to work with HipHop, because of the magic calls it relies on such as eval() in the gettext class.

APC's optimization for SquirrelMail should suit most needs, and Rasmus' talk at Digg about PHP optimization really articulates why that is: http://about.digg.com/blog/rasmus-lerdorf-php-performance

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.