

| |||||||
|
You are here: Root > By Topic > Web Development
Common Lisp interface to the memcached object caching system.
| Web site | http://common-lisp.net/project/cl-memcached/ |
| Mailing list | http://common-lisp.net/mailman/listinfo/cl-memcached-devel |
| Version | - |
| Maturity | Stable |
| OS compatibility | |
| ASDF installable | No |
| Official Download | http://common-lisp.net/project/cl-memcached/cl-memcached-latest.tar.gz |
| Mirrored Download | |
| Source code repository |
CL-MEMCACHED is a library to interface with the memcached object caching system.
What is Memcached?? According to the home page :
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.
CL-MEMCACHED implements most of the memcached protocol. The code has been tested on Allegro CL and does not work on other Lisp's right now.
Web Development | Utilities | India | BSD license | Common Lisp | Libraries
You must be logged to add a note
You must be logged to add a comment