Entries Tagged as 'architecture'

Friday, December 12th, 2008

It Reduces Our Coding Fun

Yeah, sometimes the code just flies out under our fingers, you don’t think about typing, you don’t think about switching between editors, IDE panels and browsers, you do all of this automatically, all you can think is your idea and its implementation. Done, for a couple of hours. In these cases you don’t need deep [...]

Tuesday, July 15th, 2008

Memcached Development Story

I met the article written by Brad Fitzpatrick in 2004. It’s interesting to track his thoughts on the memcached development. Now it’s used everywhere in industry if the distributed memory-based caching needed.
The key of its efficiency is an architecture represented by a set of isolated nodes that don’t know aware of each other. The client [...]