Reviews
  Home arrow Reviews arrow Page 4 - Zend Cache Review
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 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? 
Google.com  
REVIEWS

Zend Cache Review
By: Sterling Hughes
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 2
    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:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log 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


    Zend Cache Review - Overview
    ( Page 4 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 the Zend 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 complex data 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 the compiled results either in shared memory or in mmap'd files (beyond the scope of this article, 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 available with the Zend Optimizer, a free product from Zend).

    The Zend Cache also includes an online interface which allows you to set configuration options such as how much memory the cache uses or whether or not to validate the timestamps of 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-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek