php accelerator for ppc?

bronto yellowdog-general@lists.terrasoftsolutions.com
Fri Sep 13 15:23:01 2002


I looked at jpcache, but it looks like an output cache instead of a 
script cache.  For some reason, output cache's don't get me excited. 
I guess since my pages are pretty dynamic I'm thinking that the cache 
won't be of much use.  On the other hand, since I'm trying to build a 
customer base of users who are all running the same scripts against 
their own data, caching the scripts seems to make a lot more sense. 
But I'm still kind of new at this, and haven't tried any server 
caching at all.  Am I wrong?



>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/
>----------------------------------------
>
>
>_______________________________________________
>yellowdog-general mailing list
>yellowdog-general@lists.terrasoftsolutions.com
>http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general