php accelerator for ppc?

nathan r. hruby yellowdog-general@lists.terrasoftsolutions.com
Fri Sep 13 14:18:01 2002


On Fri, 13 Sep 2002, bronto wrote:

> I've been hearing very good things about php accelerator from other 
> php developers.  This is a php module that caches scripts on your 
> server (as opposed to caching the *output* of scripts).  I went to go 
> and install it, but there doesn't seem to be a ppc version.  I've 
> contacted the developer about porting it (it free, but not GPL), but 
> I'm wondering if there are any other alternatives that will work for 
> YellowDog.
> 

jpcache is written in php and is quite fast.  If you poke around there's a 
comment from the SourceForge development team (when it was an open 
project) that says that jpcache increased site performance about twice to 
four time as something like APC-cache or Zend Accelerator.

FWIW.. unless your application can really take advantage of in-memory 
caches and persistent objects (not connections) you won;t see a lot of 
performance boost.  Keeping the script compiled in memory as opposed to 
just recomplling it on the fly isn't the biggest hit in the php process.  
You spend more time in object and data structure creation and descturction 
that you do with compiling.  Hell, you could get the Zend compiler and 
you'd probably get the same or similar performance.

-n

 -- 
----------------------------------------
nathan hruby <nathan@drama.uga.edu>
computer services specialist
uga drama
http://www.drama.uga.edu/support/
----------------------------------------