Memcache

From XOMBO Documentation

Jump to: navigation, search
An illustration showing how Memcache fits in between the control & subsequent database requests.
An illustration showing how Memcache fits in between the control & subsequent database requests.

XOMBO Platform supports using Memcache servers to accelerate requests. Memcache works in conjunction with your database server to return frequently requested objects faster and with less processing over-head. Memcache objects are stored from request-to-request, giving XOMBO Platform the properties of a persistent application--as opposed to the standard request-process-respond methodologies employed by traditional frameworks. Memcache can be spread across multiple servers to increase the available memory dedicated to the cache.

The MemcacheConn class acts in conjunction with DBConn & DBObject and can be disabled for instances where a Memcache server isn't available.

File ./model/memcacheconn.class.php      ★      SVN http://svn.xombo.org/svn/platform/current/trunk/model/memcacheconn.class.php API DOCS

File ./model/dbconn.class.php      ★      SVN http://svn.xombo.org/svn/platform/current/trunk/model/dbconn.class.php API DOCS

File ./library/dbobject.class.php      ★      SVN http://svn.xombo.org/svn/platform/current/trunk/library/dbobject.class.php API DOCS

Personal tools