memcached
Tag details
Welcome to the 'memcached' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'memcached'.
Look up
"memcached"
at The Free Dictionary
Latest blogosphere posts tagged “memcached”
-
451 CAOS Links 2009.11.13
451 CAOS Theory —
Authority: 565
Symbian’s future in the balance? All Go for Chrome OS. And more. Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca “Tracking the open source news wires, so you don’t have to.” For the latest on Oracle’s acquisition of MySQL via Sun, see Everything you always wanted to know about MySQL ...2 days ago -
[SHARE_EBOOK] DEVELOPING WEB APPLICATIONS WITH APACHE, MYSQL, MEMCACHED, AND PERL
Free Download —
Authority: 177
[share_ebook] Developing Web Applications with Apache, MySQL, memcached, and Perl ISBN: 0470414642 Pages: 888 Category: Technical Tag: Web/HTML/CSS/Ajax Buy: << Buy This Book on Amazon >> Read more1 week ago -
The "multiget hole" and how none of this is new
dormando —
Authority: 92
http://highscalability.com/blog/2009/10/26/facebooks-memcached-multiget-hole-more-machines-more-capacit.html This has been making the rounds today... In my usual fashion Im going to write an overly complicated post in response. The basic claims of the memcached "multiget hole" are thus: - If you are primarily ...2 weeks ago -
Facebooks Memcached Multiget Hole: More machines != More Capacity
High Scalability —
Authority: 464
When you are on the bleeding edge of scale like Facebook is, you run into some interesting problems. As of 2008 Facebook had over 800 memcached servers supplying over 28 terabytes of cache. With those staggering numbers its a fair bet to think theyve seen their share of Dr. House worthy memcached problems. Jeff ...2 weeks ago -
Finding and fixing bugs in libmemcached
Mark Atwood —
Authority: 114
In Trond Norbyes blog entry Testing libmemcached on EC2 , he refers to "Someone pinged me yesterday about a problem he was seeing when he tried to run the test suite on Jaunty Ubuntu.". I am that "someone". I ended up filing two bugs on launchpad against libmemcached 456080 and 456084 , and just submitted a ...3 weeks ago -
Using new PECL Memcached extension for storing session data
The Storyteller —
Authority: 471
Many of you already know that managing session is a critical task for web applications, specially when you want to avoid I/O hop and also a significant load over your database by writing a custom session handler. Beside that, if your application makes use of multiple web servers behind a proxy, then its more than [...]4 weeks ago -
Memcached, Mac OS X, and PHP
iPhylo —
Authority: 111
Thinking about ways to improve the performance of some of my web servers Ive begun to toy with Memcached. These notes are to remind me how to set it up (Im using Mac OS X 10.5, Apache 2 and PHP 5.2.10, as provided by Apple). Eriks blog post Memcached with PHP on Mac OS X has a step-by-step guide, based on the post ...4 weeks ago -
MySQL-Memcached or NOSQL Tokyo Tyrant – part 2
MySQL Performance Blog —
Authority: 538
Part 1 of our series set-up our "test" application and looked at boosting performance of the application by buffer MySQL with memcached. Our test application is simple and requires only 3 basic operations per transaction 2 reads and 1 write. Using memcached combined with MySQL we ended up nearly getting a 10X ...4 weeks ago -
“Micro” Optimizations That Matter
BrandonSavage.net —
Authority: 462
Every few weeks, someone publishes an article talking about how it’s faster to use single quotes rather than double quotes and how you should use echo() instead of print() . Most of these are bunk ; that is, the time we spend talking about them far exceed the CPU time saved by implementing them. Micro ...4 weeks ago -
MySQL-Memcached or NOSQL Tokyo Tyrant – part 1
MySQL Performance Blog —
Authority: 538
All to often people force themselves into using a database like MySQL with no thought into whether if its the best solution to there problem. Why? Because their other applications use it, so why not the new application? Over the past couple of months I have been doing a ton of work for clients who use their ...4 weeks ago