libmemcache-dev

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

development headers for libmemcache C client API
memcached optimizes specific high-load serving applications that are designed
to take advantage of its versatile no-locking memory access system. Clients
are available in several different programming languages, to suit the needs
of the specific application. Traditionally this has been used in mod_perl
apps to avoid storing large chunks of data in Apache memory, and to share
this burden across several machines.
.
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.
.
This package contains the C development headers for libmemcache.
.
Homepage: http://people.freebsd.org/~seanc/libmemcache/

Category:

Application versions: 
AttachmentSizeDate
File libmemcache-dev_1.4.0.rc2-1_armel.deb71.2 KB04/08/2013 - 23:49
Changelog: 

libmemcache (1.4.0.rc2-1) unstable; urgency=low

* New upstream release
* debian/libmemcache-dev.install:
- Install headers correctly. (Closes: #353830)