Login

    Register

PROJECT CATEGORIES

 

Memcached Client
Project Home Blog Forums Wiki Known Issues Contact Project

Author: Shayne Sweeney (All RIAForge projects by this author)
Last Updated: June 4, 2007 10:52 AM
Version: 0.1
Views: 10022
Downloads: 613
License: Apache License, Version 2

Description:

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss.
How it Works

The ColdFusion client is provides an easy to use custom tag or CFC API interface for managing data stored on memcached server.

Requirements:

ColdFusion MX 7
Memcached server

Issue Tracker:

ID ISSUE STATUS UPDATED
5 memcached client on OpenBD Error Open 08/28/08 9:41 PM
4 upgrade the java client Open 11/15/07 3:13 AM
3 need more comments on memcached cfc Open 11/15/07 3:10 AM
2 client needs to selectively serialize items. Open 11/15/07 3:08 AM
1 getMulti and getMultiArray not functioning Open 11/15/07 3:03 AM

View All Issues

To enter issues for this (or any other) project, you must be logged in.

Subversion Access:

You may access this project's Subversion repository with your client here: http://svn.riaforge.org/memcached.

You may download the latest set of files from Subversion as a zip file.

Anonymous users have read access to the repository while the administrator has write access.

This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/