Reviews
  Home arrow Reviews arrow Page 3 - Zend Cache Review
Dev Shed Forums 
Administration  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Download TestComplete 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
IBM Developerworks
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
REVIEWS

Zend Cache Review
By: Sterling Hughes
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2001-04-30

    Table of Contents:
  • Zend Cache Review
  • Introduction
  • Overview
  • Overview
  • What's the increase?
  • What's the increase?
  • Competition
  • Competition
  • Recommendations
  • Recommendations

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
     
    ADVERTISEMENT

    Route your faxes to your email inbox. Private, secure fax numbers available from CallWave. Choose your fax number.

    Zend Cache Review - Overview
    (Page 3 of 10 )

    Note: This is an educated guess at how the Cache works based on the way the two open source cache's work and some of Zend's online documentation.

    To understand how the Zend cache works, it is first important to understand how theZend engine (the scripting engine that powers PHP 4) works. What the Zend engine does (in a very basic sense), is given a PHP file, parses it, and builds a complexdata structure based on the php file given to it (known as an op structure). Then it goes through this op structure, and executes it, performing the various calls (such as database connections, etc.) and functions defined by the op structure.

    What the Zend Cache does is eliminates the need for the Zend engine to constantly re-compile (parse the php file into an op structure) a php file, by storing thecompiled results either in shared memory or in mmap'd files (beyond the scope of thisarticle, for more information "man mmap"). As file size and script complexity increases, this leads to significant speed increases.

    In addition to cache'ing the compiled version of the script, the Zend Cache performs certain execution optimizations on the code (not present in its competitors), cutting down on the execution time of the program as well. This added bonus is a really nice feature, and probably a major contributor to the blazing speed the cache provides (note that this feature alone is availablewith the Zend Optimizer, a free product from Zend).

    The Zend Cache also includes an online interface which allows you to set configuration optionssuch as how much memory the cache uses or whether or not to validate the timestampsof the files being cached. This online interface also provides a plethora of other information which can help you cut the speed of your applications. Some of these include cache activity, a list of most requested scripts, most memory intensive scripts, etc. You can view an online demo, at http://www.zend.com/cguidemo/.

    More Reviews Articles
    More By Sterling Hughes


     

       

    REVIEWS ARTICLES

    - Linux World Expo 2004 – New York, New York
    - Zend IDE Review
    - Zend Encoder Review
    - Zend Cache Review
    - Zend LaunchPad Review




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway