~mbruzek/charms/precise/memcached/trunk

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Jorge O. Castro
  • Date: 2014-01-15 18:42:43 UTC
  • Revision ID: jorge@ubuntu.com-20140115184243-4n7othe6n8nhtuup
Add a README.md

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
summary: "A high-performance memory object caching system"
3
3
maintainer: Clint Byrum <clint@ubuntu.com>
4
4
description: 
5
 
 Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
6
 
 a site which was already doing 20 million+ dynamic page views per day for 1
7
 
 million users with a bunch of webservers and a bunch of database servers.
8
 
 memcached dropped the database load to almost nothing, yielding faster page
9
 
 load times for users, better resource utilization, and faster access to the
10
 
 databases on a memcache miss.
11
 
 
12
5
 memcached optimizes specific high-load serving applications that are designed
13
6
 to take advantage of its versatile no-locking memory access system. Clients
14
7
 are available in several different programming languages, to suit the needs