[ciapug] Accelerating your PHP

Tony Bibbs tony at tonybibbs.com
Fri Nov 3 11:13:14 CST 2006


I'll echo that for APC. Zend Optimizer is just as stable. APC, however, 
has some quirks.  It doesn't like the include/require _once and if you 
do just straight include/require it wants an absolute path to the files, 
not relative.  That means for our apps we have a getWD() function and do 
stuff like:

require getWD('path_pear') . 'HTML/Template/Flexy.php';

Which works but feels a bit icky.

--Tony

Daniel.Juliano at wellsfargo.com wrote:
>  
> I'm guessing you've had more experience in terms of number of servers
> and number of people accessing your sites, but I've been running apc and
> now eaccelerator for a couple of years on some small business websites
> and not had any instability.
> 
> =Dan


More information about the ciapug mailing list