Feed on
Posts
Comments

Tag Archive 'distributed caching'

Informative comparison of Memcached (+MemCached .Net lib) V Velocity which looks at features and performance:
Features
No question here, Velocity has it licked. Memcached offers you, errr, ‘Put’ and ‘Get’ pretty much. Velocity gives you such lovelies as:

Cache Invalidation (things in SQL changing can expire the cache)
Cache Groups (so you can specify different policies for different types of [...]

Read Full Post »

Being able to work with distributed Cache’s to scale Excel and to enable automated used of headless excel is something that Financial institution and online Gaming companies quite often need to do. Two of the big players have recently published comprehensive blog posts on how this can be achieved.
The first is from Oracle who show [...]

Read Full Post »

MemCached Round up

There is a nice video from the guys at Facebook no how they tweaked and added to Facebook to enable this hugely popular site to scale which you can access here.
A very nice overview and introduction to MemCached here with examples in different languages for the programmer.
A guide with code about using Memcached as singleton with [...]

Read Full Post »

MemCached Updates

Memcached now has persistent queues via 0.6 of the  Gearman C server and library. The persistent queue allows background jobs to be stored via the pluggable module, so if the job server crashes or is shutdown, the queue module can repopulate the job server with any jobs that were not yet complete. 
Sun scale Memcached to 500K operations [...]

Read Full Post »