Subscribe

Topic: memcached

New with Topic: memcached


James B
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.
 
Abhi
Abhi posted a tweet
http://bit.ly/D2sZr - MemChat: An Open source group chat #framework in #PHP supporting #Memcached, #APC, #SQLite, Flat Files, #MySQL
 
Abhi
Abhi posted tweets
Friends RT Plz : http://tinyurl.com/y9ts66t - MemChat: An Open source chat #framework in #PHP #Memcached, #APC, #SQLite, Flat Files, #MySQL
http://tinyurl.com/y9ts66t - MemChat: An Open source group chat #framework in #PHP supporting #Memcached, #APC, #SQLite, Flat Files, #MySQL
 
Abhi
Abhi posted a tweet
http://tinyurl.com/y9ts66t - MemChat: An Open source group chat #framework in #PHP supporting #Memcached, #APC, #SQLite, Flat Files, #MySQL
 
<em>cbgreenwood</em>
cbgreenwood posted a tweet
RT @raj_narayan: Join MySQL, Gear6 and Tinker at the Memcached and MySQL Webinar today at 10am http://bit.ly/OoRIe
 
Jorge Grippo
Jorge Grippo posted a tweet
RT @szabgab: New book: Developing Web Applications with #Apache, #MySQL, #memcached, and #Perl http://bit.ly/2b6As
 
macdet
macdet 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...
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...
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...
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...
 
Moosh
Moosh posted a tweet
RT @tweetmeme MySQL :: Designing and Implementing Scalable Applications with Memcached and MySQL http://tinyurl.com/mn9ouq
 
Dauran
Dauran posted a blog entry
Deux intellectuels assis vont moins loin qu’une brute qui marche.
Suite à une surcharge permanente de mon serveur depuis quelques mois je songe sérieusement à le changer. Je vais rester chez...
4 days ago Dauran | Topics: Technique, memcached, ovh, ram
 
Shonzilla
Shonzilla posted a tweet
just heard #Facebook memcached screaming for help. Selected thumbnails loading with a minute delay.
 
<em>cbuschx7</em>
cbuschx7 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...
 
mndoci
mndoci posted a tweet
RT @rehanift: Using AWS S3 as a storage engine in Drizzle (with memcached as an optional wrtie-thru cache) http://bit.ly/1CCvon
 
danielecr
danielecr 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...
 
macdet
macdet 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...
 
Nater Kane
Nater Kane bookmarked a link
PHP: tokyo_tyrant - Manual
tokyo_tyrant extension provides a wrapper for Tokyo Tyrant client libraries. The extension contains the normal key-value API and the table API."Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high...
 
indigo11
indigo11 shared an item
Twitter系统运维经验
最近看到的另外一个介绍Twitter技术的视频[Slides] [Video (GFWed)],这是Twitter的John Adams在Velocity 2009的一个演讲,主要介绍了Twitter在系统运维方面一些经验。...
 
Est
Est shared an item
Twitter系统运维经验
最近看到的另外一个介绍Twitter技术的视频[Slides] [Video (GFWed)],这是Twitter的John Adams在Velocity 2009的一个演讲,主要介绍了Twitter在系统运维方面一些经验。...
 
Alex Vermeule http://alexve.com
Gave W3 Total Cache for #WordPress a try; 19.06 sec load time (memcached enabled), WP Super Cache 9.4 sec http://bit.ly/fNCX Any idea why?
 
Barry
Barry bookmarked links
Ruby memcached
Ruby interface to libmemcached C client
memcache-top
Perl memcached interrogator that outputs in a top-like format
 
stoyan
stoyan bookmarked a link
memcache-top
Memcache-top - perl command-line memcached stat reporter, top-like output
 
<em>allenown</em>
allenown bookmarked a link
memcache-top - Project Hosting on Google Code
perl command-line memcached stat reporter, top-like output
 
scott
scott posted a tweet
@ingenthr Seems Virident,Gear6,Schooner are no less vulnerable to the Memcached Multiget Hole http://bit.ly/2tuevCHow about NorthScale?
 
Barnabas_K
Barnabas_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...
 
TheStoryteller
TheStoryteller posted a blog entry
Using new PECL Memcached extension for storing session data
Many of you already know that managing session is a critical task for web applications, specially when you want to avoid I/O...
28 days ago The Storyteller | Topics: Apache, OpenSource, PHP, howto
 
Jackson6
Jackson6 posted a blog entry
MySQL-Memcached or NOSQL Tokyo Tyrant – part 2
Part 1 of our series set-up our "test"  application and looked at boosting performance of the application by buffer MySQL...
 
Jackson6
Jackson6 posted a blog entry
MySQL-Memcached or NOSQL Tokyo Tyrant – part 1
All to often people force themselves into using a database like MySQL with no thought into whether if its the best solution to...
 
Eccentric One
Eccentric One posted a tweet
the king of caching is dead, long live the king of caching! - Memcached vs. Redis
 
P
P bookmarked a link
 
 

Related topics

Top members tagged