Subscribe
Subscribe
Subscribe Options (Close)
Topic: memcached
New with Topic: memcached
wolkanca bookmarked a link
memcached - Wikipedia, the free encyclopedia
memcached (pronunciation: mem-cash-dee) is a general-purpose distributed memory caching system that was originally developed by Danga Interactive for LiveJournal, but is now used by many other sites.
memcached (pronunciation: mem-cash-dee) is a general-purpose distributed memory caching system that was originally developed by Danga Interactive for LiveJournal, but is now used by many other sites.
Regis Gaidot posted a tweet
Real-world benchmarking of key/value stores /by @petewarden http://bit.ly/8Ttbzl #nosql #redis #mongodb #memcached #tokyocabinet
10 hours ago
Twitter
| Topics: key value, Benchmarking, memcached, Real World | Add twitter to your profile
Twitter
| Topics: key value, Benchmarking, memcached, Real World | Add twitter to your profileAjay bookmarked a link
walkah bookmarked a link
2 days ago
Delicious
| Topics: drupal, scalability, sysadmin, memcached | Add delicious to your profile
Delicious
| Topics: drupal, scalability, sysadmin, memcached | Add delicious to your profileRoshan B bookmarked a link
WordPress › WP Memcached Manager « WordPress Plugins
WordPress › WP Memcached Manager « WordPress Plugins
WordPress › WP Memcached Manager « WordPress Plugins
nomiddlename bookmarked a link
Ajay bookmarked a link
Surgo bookmarked a link
Simonjose N posted a tweet
ByteEngine bookmarked a link
5 days ago
Delicious
| Topics: rails, memcached, performance, caching | Add delicious to your profile
Delicious
| Topics: rails, memcached, performance, caching | Add delicious to your profileHarish bookmarked a link
王 bookmarked a link
Bruno B. bookmarked links
Bruno B. bookmarked a link
11 days ago
Delicious
| Topics: python, memcached, distributed, hashing | Add delicious to your profile
Delicious
| Topics: python, memcached, distributed, hashing | Add delicious to your profilenomiddlename posted a tweet
Boggling at how cool node.js +couchdb +memcached will be, if we can get it all to work. #fb
James B posted a tweet
just got drizzle, memcached & S3 working together thanks to this blog post: http://j.mp/drizzles3 hooking it up to ruby & php next.
Ryan P bookmarked a link
kolen bookmarked a link
Jorge Grippo posted a tweet
RT @szabgab: New book: Developing Web Applications with #Apache, #MySQL, #memcached, and #Perl http://bit.ly/2b6As
20 days ago
Twitter
| Topics: apache..., webApplic..., perl, memcached | Add twitter to your profile
Twitter
| Topics: apache..., webApplic..., perl, memcached | Add twitter to your profilemacdet bookmarked links
tcp_tw_recycle broken?
Having the proxy set up and tear down 6000 tcp connections a second tothe same test server ip and port,it quickly blows up (5 seconds) due to all 30000 ephemeral ports goingto TIME_WAIT.setting tw_recycle=1 fixed the problem, and there are never more...
Having the proxy set up and tear down 6000 tcp connections a second tothe same test server ip and port,it quickly blows up (5 seconds) due to all 30000 ephemeral ports goingto TIME_WAIT.setting tw_recycle=1 fixed the problem, and there are never more...
Re: Dropped connections with tcp_tw_recycle=1
In short: I can tell you that you *must not* use tcp_tw_recycle for any machine talking to machines behind masquerading firewalls (iow, only use it inside isolated networks). But I cannot tell you what exactly it is supposed to do and what the difference...
In short: I can tell you that you *must not* use tcp_tw_recycle for any machine talking to machines behind masquerading firewalls (iow, only use it inside isolated networks). But I cannot tell you what exactly it is supposed to do and what the difference...
Red Hat Knowledgebase: What does "warning, got duplicate tcp line" mean in the output of netstat?
Execute sysctl -p to make these new settings take effect. Essentially the messages mean there are two identical recorded TCP connections. This can happen if a connection is rapidly closing and re-connecting on the same address/port tuple. This should...
Execute sysctl -p to make these new settings take effect. Essentially the messages mean there are two identical recorded TCP connections. This can happen if a connection is rapidly closing and re-connecting on the same address/port tuple. This should...
www.centos.org - Forums - CentOS 5 - Networking Support - tcp_tw_recycle
It is best not to set that. You will violate the tcp specification and cause connection issues to clients who are not able to instantly get a reply from the server.Instead use some other sysctl changes for optimization and test the effects on slow and...
It is best not to set that. You will violate the tcp specification and cause connection issues to clients who are not able to instantly get a reply from the server.Instead use some other sysctl changes for optimization and test the effects on slow and...
Morten Amundsen bookmarked a link
22 days ago
Delicious
| Topics: sharding, database, mysql, performance | Add delicious to your profile
Delicious
| Topics: sharding, database, mysql, performance | Add delicious to your profilecbuschx7 posted a blog entry
Search Engine SEO Google Tips - Ecommerce Webmaster Guide
www.gsinc.co.uk 5 useful SEO tips for ECommerce websites by Gareth Davies of GSINC Ltd - based in Birmingham UK. A short SEO...
www.gsinc.co.uk 5 useful SEO tips for ECommerce websites by Gareth Davies of GSINC Ltd - based in Birmingham UK. A short SEO...
22 days ago
Andrew Clacy Australian Internet Marketer
| Topics: SEO, Birmingham Uk, Blog Archive, Diy Network
Andrew Clacy Australian Internet Marketer
| Topics: SEO, Birmingham Uk, Blog Archive, Diy NetworkFrancesco Fullone bookmarked a link
22 days ago
Delicious
| Topics: database, scalability, mysql, performance | Add delicious to your profile
Delicious
| Topics: database, scalability, mysql, performance | Add delicious to your profiledanielecr bookmarked a link
'Database Sharding at Netlog, with MySQL and PHP', developers's blog message on Netlog
ds to monitor multiple servers), and the possibility of "replication lag"; your slaves might get out-of-sync with the master database (because of locking read-queries, downtime, inferior hardware, etc.), resulting in out-of-date results being...
ds to monitor multiple servers), and the possibility of "replication lag"; your slaves might get out-of-sync with the master database (because of locking read-queries, downtime, inferior hardware, etc.), resulting in out-of-date results being...
22 days ago
Delicious
| Topics: database, scalability, sharding, mysql | Add delicious to your profile
Delicious
| Topics: database, scalability, sharding, mysql | Add delicious to your profilemacdet bookmarked a link
http://code.sixapart.com/svn/memcached/trunk/server/scripts/memcached-tool
my %items; # class -> { number, age, chunk_size, chunks_per_page, # total_pages, total_chunks, used_chunks, # free_chunks, free_chunks_end } print $sock "stats items\r\n"; while (<$sock>) { last if /^END/; if (/^STAT...
my %items; # class -> { number, age, chunk_size, chunks_per_page, # total_pages, total_chunks, used_chunks, # free_chunks, free_chunks_end } print $sock "stats items\r\n"; while (<$sock>) { last if /^END/; if (/^STAT...
23 days ago
Delicious
| Topics: memcached, monitoring, performance, cache | Add delicious to your profile
Delicious
| Topics: memcached, monitoring, performance, cache | Add delicious to your profileBreyten bookmarked a link
Bruno B. bookmarked a link
RobertoAlamos bookmarked a link
26 days ago
Delicious
| Topics: twitter, scalability, programming, toread | Add delicious to your profile
Delicious
| Topics: twitter, scalability, programming, toread | Add delicious to your profileDidier bookmarked a link
30 days ago
Delicious
| Topics: programming, monitoring, coding, server | Add delicious to your profile
Delicious
| Topics: programming, monitoring, coding, server | Add delicious to your profileChristian bookmarked a link
scott posted a tweet
@ingenthr Seems Virident,Gear6,Schooner are no less vulnerable to the Memcached Multiget Hole http://bit.ly/2tuevCHow about NorthScale?
primofeed bookmarked a link
prince bookmarked a link
40 days ago
Delicious
| Topics: ruby, performance, scalability, scaling | Add delicious to your profile
Delicious
| Topics: ruby, performance, scalability, scaling | Add delicious to your profileBarnabas_K bookmarked a link
redis - Project Hosting on Google Code
Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements.In order to be very fast but at the...
Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements.In order to be very fast but at the...
Related topics
cache
caching
database
development
distributed
google
linux
Memcache
performance
PHP
programming
Python
scalability
scaling
Top members tagged
You
Explore
Create
Help
MyBlogLog Blog | MyBlogLog RSS Feed | Terms of Service | Privacy Policy | Report Abuse
Copyright © 2005-2009 MyBlogLog. All rights reserved. Copyright/IP Policy



















