Global Information Lookup Global Information

Memcached information


Memcached
Developer(s)Danga Interactive
Initial releaseMay 22, 2003 (2003-05-22)
Stable release
1.6.26[1] Edit this on Wikidata / 27 March 2024; 41 days ago (27 March 2024)
Repository
  • github.com/memcached/memcached Edit this at Wikidata
Written inC
Operating systemCross-platform
Typedistributed memory caching system
LicenseRevised BSD license[2]
Websitememcached.org Edit this on Wikidata

Memcached (pronounced variously mem-cash-dee or mem-cashed) is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source (such as a database or API) must be read. Memcached is free and open-source software, licensed under the Revised BSD license.[2] Memcached runs on Unix-like operating systems (Linux and macOS) and on Microsoft Windows. It depends on the libevent library.

Memcached's APIs provide a very large hash table distributed across multiple machines. When the table is full, subsequent inserts cause older data to be purged in least recently used (LRU) order.[3][4] Applications using Memcached typically layer requests and additions into RAM before falling back on a slower backing store, such as a database.

Memcached has no internal mechanism to track misses which may happen. However, some third party utilities provide this functionality.

Memcached was first developed by Brad Fitzpatrick for his website LiveJournal, on May 22, 2003.[5][6] It was originally written in Perl, then later rewritten in C by Anatoly Vorobey, then employed by LiveJournal.[7] Memcached is now used by many other systems, including YouTube,[8] Reddit,[9] Facebook,[10][11] Pinterest,[12][13] Twitter,[14] Wikipedia,[15] and Method Studios.[16] Google App Engine, Google Cloud Platform, Microsoft Azure, IBM Bluemix and Amazon Web Services also offer a Memcached service through an API.[17][18][19][20]

  1. ^ "Release 1.6.26". 27 March 2024. Retrieved 23 April 2024.
  2. ^ a b "Memcached license". GitHub. Retrieved 2014-06-27.
  3. ^ "Google Code Archive - Long-term storage for Google Code Project Hosting". Code.google.com. Retrieved 2017-06-25.
  4. ^ "Google Code Archive - Long-term storage for Google Code Project Hosting". Code.google.com. Retrieved 2017-06-25.
  5. ^ [1]. Community.livejournal.com (2003-05-22). Retrieved on 2013-09-18.
  6. ^ [2]. Community.livejournal.com (2003-05-27). Retrieved on 2013-09-18.
  7. ^ "lj_dev: memcached". 2013-02-25. Archived from the original on 2013-02-25. Retrieved 2017-06-25.
  8. ^ Cuong Do Cuong (Engineering manager at YouTube/Google) (June 23, 2007). Seattle Conference on Scalability: YouTube Scalability (Online Video - 26th minute). Seattle: Google Tech Talks.
  9. ^ Whitaker, Keir (2010-05-17). "Steve Huffman on Lessons Learned at Reddit | Carsonified". Archived from the original on 2010-05-17. Retrieved 2017-06-25.
  10. ^ "Scaling memcached at Facebook". Facebook.com. 2008-12-12. Retrieved 2017-06-25.
  11. ^ Scaling Memcache at Facebook. USENIX. 2002. ISBN 9781931971003. Retrieved 2017-06-25.
  12. ^ "Building Pinterest in the cloud". Pinterest Careers. 2013-06-19. Retrieved 2018-03-09.
  13. ^ "A comprehensive, fast, pure-Python memcached client". Github.com. 2018-01-08. Retrieved 2018-03-09.
  14. ^ "It's Not Rocket Science, But It's Our Work". Blog.twitter.com. 2008-06-01. Retrieved 2017-06-25.
  15. ^ "memcached". MediaWiki. Retrieved 2017-06-25.
  16. ^ Rez BoF, SIGGRAPH 2019, archived from the original on 2021-12-12, retrieved 2019-08-09
  17. ^ "Memcache Examples | App Engine standard environment for Python | Google Cloud Platform". Code.google.com. 2017-03-22. Retrieved 2017-06-25.
  18. ^ "About In-Role Cache for Azure Cache". Msdn.microsoft.com. 2015-08-25. Retrieved 2017-06-25.
  19. ^ Verge, Jason (2014-09-23). "Redis Labs: We Have 3,000 Paying Cloud In-Memory NoSQL Customers". Data Center Knowledge. Retrieved 2016-09-10.
  20. ^ "AWS | Amazon ElastiCache – in-memory data store and cache". Aws.amazon.com. Retrieved 2017-06-25.

and 25 Related for: Memcached information

Request time (Page generated in 0.5471 seconds.)

Memcached

Last Update:

database or API) must be read. Memcached is free and open-source software, licensed under the Revised BSD license. Memcached runs on Unix-like operating...

Word Count : 1940

Amazon ElastiCache

Last Update:

metrics with Redis or Memcached". 10 December 2015. Retrieved 2016-10-24. "Collecting ElastiCache metrics + its Redis/Memcached metrics". 10 December...

Word Count : 1172

Couchbase Server

Last Update:

the memcached project, who had founded a company, NorthScale, to develop a key-value store with the simplicity, speed, and scalability of memcached, but...

Word Count : 1733

MemcacheDB

Last Update:

protocol as memcached, so applications may use any memcached API as a means of accessing a MemcacheDB database. MemcacheQ is a MemcacheDB variant that...

Word Count : 252

Comparison of structured storage software

Last Update:

Hbase/MultipleMasters - Hadoop Wiki ACID in HBase sql - Memcache with transactions? - Stack Overflow Memcached Atomic Operations - MongoDB "OrientDB Replication"...

Word Count : 319

Cache stampede

Last Update:

understand how cache stampedes occur, consider a web server that uses memcached to cache rendered pages for some period of time, to ease system load....

Word Count : 1053

Brian Aker

Last Update:

Conference & Expo. He is also the maintainer of the C client library for the Memcached server. He also maintains the current version of Gearman. He is a commentator...

Word Count : 530

Flickr

Last Update:

software platform that includes Apache, PHP (with PEAR and Smarty), shards, Memcached, Squid, Perl, ImageMagick and Java; the system administration tools include...

Word Count : 5923

Brad Fitzpatrick

Last Update:

LiveJournal and is the author of a variety of free software projects such as memcached, PubSubHubbub, OpenID, and Perkeep. Born in Iowa, Fitzpatrick grew up...

Word Count : 466

MediaWiki

Last Update:

supports Squid, load-balanced database replication, client-side caching, memcached or table-based caching for frequently accessed processing of query results...

Word Count : 10056

MMCache

Last Update:

the web server and the web browser. Its most important feature is using memcached for caching the data in memory. MMCache is free software released under...

Word Count : 165

MySQL

Last Update:

optimizer, higher transactional throughput in InnoDB, new NoSQL-style memcached APIs, improvements to partitioning for querying and managing very large...

Word Count : 6202

Reddit

Last Update:

general caching of queries and memoization, Reddit uses memcached behind Facebook's memcached router, mcrouter. In 2017, it had almost 3.3 terabytes of...

Word Count : 20820

The Pirate Bay

Last Update:

ends, MySQL at the database back end, Sphinx on the two search systems, memcached for caching SQL queries and PHP-sessions and Varnish in front of Lighttpd...

Word Count : 14073

Google Cloud Platform

Last Update:

Cloud Memorystore – Managed in-memory data store based on Redis and Memcached. Local SSD: High-performance, transient, local block storage. Filestore:...

Word Count : 3481

Circuit breaker design pattern

Last Update:

need to use a persistent storage layer, e.g. a network cache such as Memcached or Redis, or local cache (disk or memory based) to record the availability...

Word Count : 695

NoSQL

Last Update:

Apache Ignite, Couchbase, Coherence, eXtreme Scale, Hazelcast, Infinispan, Memcached, Redis, Velocity Key–value store Azure Cosmos DB, ArangoDB, Amazon DynamoDB...

Word Count : 2400

Distributed hash table

Last Update:

clustered distributed object storage system compatible with memcached protocol. Memcached: a high-performance, distributed memory object caching system...

Word Count : 4123

Big data

Last Update:

distributed file systems, distributed cache (e.g., burst buffer and Memcached), distributed databases, cloud and HPC-based infrastructure (applications...

Word Count : 16295

MurmurHash

Last Update:

(ver 4.6), nginx (ver 1.0.1), Rubinius, libmemcached (the C driver for Memcached), npm (nodejs package manager), maatkit, Hadoop, Kyoto Cabinet, Cassandra...

Word Count : 1366

Scalability

Last Update:

dictionary. Links to diverse learning resources – page curated by the memcached project. Scalable Definition – by The Linux Information Project (LINFO)...

Word Count : 1940

List of TCP and UDP port numbers

Last Update:

Medicine (DICOM) 11211 Unofficial memcached 11214 Unofficial memcached incoming SSL proxy 11215 Unofficial memcached internal outgoing SSL proxy 11235...

Word Count : 12679

Web development

Last Update:

disk. This allows for faster data access and retrieval. Examples: Redis, Memcached. Time-series databases: Time-series databases are optimized for handling...

Word Count : 4681

Simple Authentication and Security Layer

Last Update:

Lightweight Directory Access Protocol (LDAP) libvirt ManageSieve (RFC 5804) memcached Post Office Protocol (POP) Remote framebuffer protocol used by VNC Simple...

Word Count : 694

Network interface controller

Last Update:

Retrieved March 26, 2015. "Introduction to Intel Ethernet Flow Director and Memcached Performance" (PDF). Intel. October 14, 2014. Retrieved October 11, 2015...

Word Count : 1497

PDF Search Engine © AllGlobal.net