trondn / memcached

Where I put all my changes :)

Home Page:http://code.google.com/p/memcached/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super fast totally awesome distributed memory object caching daemon.

Requires a client to fully utilize, which you may research at the wiki:

   http://www.memcached.org/wiki

The ASCII protocol is documented in doc/protocol.txt - the newer binary
protocol is documented on the wiki above.

Dependencies:

   -- libevent, http://www.monkey.org/~provos/libevent/ (libevent-dev)

Ideally you have a recent version of libevent (1.4+), and a recent OS (at
least from the last 4 years).

QUICK INSTALL:

 $ ./configure && make && make test && sudo make install

By default memcached builds with a bundled version of libevent, to make it
easier to build on older distributions. If you are packaging memcached or
otherwise wish to use the libevent provided by your distro, build with:

 $ ./configure --disable-bundled-libevent

Please try to ensure memcached isn't swapping. It is designed to be ultra fast
while relying on RAM. SWAP is not necessarily RAM.

The memcached website is at:

    http://www.memcached.org

Want to contribute?  Up-to-date pointers should be at:

    http://contributing.appspot.com/memcached

About

Where I put all my changes :)

http://code.google.com/p/memcached/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 89.6%Language:C++ 6.4%Language:Perl 2.2%Language:D 0.9%Language:Python 0.8%Language:Shell 0.2%Language:Objective-C 0.0%