mohit | Shared With: Everyone - Apr 22 2008 | mysql, memcached, data center, scalability, todo
Quoted: However, it is also an extremely simple piece of software: all of the logic is client-side, there is no security model, failover, backup mechanisms, or persistence (albeit the last one is in the roadmap). But that hasn't stopped the developers from deploying it in all kinds of environments, and here are a few best practices suggested by Brian:
mohit | Shared With: Everyone - Nov 01 2005 | data center, memcachedSomething to consider when we are implementing our own client/server apps.
Quoted: Yes.. you're to want to cache open connections. You're likely to notice
a 10x -> 1000x performance hit depending on how often you open/close......
mohit | Shared With: Everyone - Nov 01 2005 | data center, memcachedGood information for us when we are building our own client/server apps. If we use epoll (linux >= 2.6) as opposed to select() or poll(), then persistent connection handling scales O(1).
Related Content from Around Faves
data center
-
The Twitter "Fail Whale"
1 FaverViewed: 3 TimesQuoted: Twitter is a free social messaging utility for staying connected in real-time
- mohit - Apr 22 20084 FaversViewed: 12 Times
- mohit - Apr 30 20082 FaversViewed: 21 Times
