~yolanda.robla/ubuntu/trusty/memcached/add_distribution

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: memcached
Section: web
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: David Martínez Moreno <ender@debian.org>
Build-Depends: debhelper (>= 6), libevent-dev, quilt (>= 0.46-7), libsasl2-dev,
 dpkg-dev (>= 1.15.7)
Homepage: http://www.danga.com/memcached/
Standards-Version: 3.8.4
XS-Testsuite: autopkgtest

Package: memcached
Architecture: any
Depends: ${shlibs:Depends}, perl, ${misc:Depends}, lsb-base (>= 3.2-13)
    , adduser
Suggests: libcache-memcached-perl, libmemcached
Description: A high-performance memory object caching system
 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.
 .
 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.