PHP Developer's Network : Network Member
Forums

PHP Classes
Icontem

Class: Multi-server memcache interface


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend!
      Classes of Grigori Kochanov  >  Multi-server memcache interface  >  Download  >  Support forum Support forum  >  RSS 1.0 feed RSS 2.0 feed Latest changes  >  Stumble It! Stumble It!  >  Bookmark in del.icio.us Bookmark in del.icio.us  
  Supplied by   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  
  • Supplied by:

    Picture of Grigori Kochanov
    Name: Grigori Kochanov is available for providing paid consulting. Contact Grigori Kochanov .
    Published packages: 6
    Country: Ukraine Ukraine - PHP jobs in Ukraine
    Home page: http://www.grik.net/
    Age: 30
    All time rank: 235
    Week rank: 145

    Browse this author's classes

  • Innovation Award:

    PHP Programming Innovation award nominee
    December 2006
    Number 4
    Often Web applications use sessions or server files to cache information between requests.

    Using server files to cache application information works well for single server sites.

    When you need to cache information to be made available to a site served by a cluster, using files is no longer an ideal solution, as it becomes much slower to distribute the information.

    For sites that use server clusters, using memcache based solution to distribute cached information is much more efficient.

    However, if the information to be distributed too large, a single memcache server may not be enough.

    This class can cache information distributing it evenly among a cluster of memcache servers. It uses the cache item keys to compute an hash value to determine which of the memcache servers in the cluster is used.

    Manuel Lemos
  • Groups:

    Group folder image Networking Networking protocols, clients and servers View top rated classes
    Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
    Group folder image Cache Classes for managing cached pages View top rated classes
  • Detailed description:

    This class can be used to store and retrieve cached data from distributed cached servers.

    It can connect to a memcache server from a list of servers to store and retrieve cached data.

    The memcache server that it connects depends on identifier of the key use to access each cached data item. So, data items are cached in different servers to distribute the load.

    The class can add, get, set, replace, delete, increment and decrement cached data items.

    It can also invalidate all cached items in the whole list of memcache of servers.
  • User ratings:

    Ratings
    Utility
    Consistency
    Documentation
    Examples
    Tests
    Videos
    Overall
    Rank
    All time:
    Good (81.3%)
    Good (87.5%)
    -
    -
    -
    -
    Not sure (49.4%)
    1163
    Month:
    There are not enough user ratings to display for this class.
  • Applications that use this class:

    No application links were specified for this class.
    Add link image If you know an application of this package, send a message to the author to add a link here.
  • Files:

    File Role Description
    Accessible without login Plain text file memcache.class.php Class the class with comments
    Download all files: memcache.tar.gz memcache.zip
    NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products