Feed on
Posts
Comments

Tag Archive 'Caching'

An excerpt from the our book, on Cloud Computing Best Practices, is currently featured on the Sys-Con Cloud Computing Journal site. 

Read Full Post »

Moxi - a MemCached Proxy

 Moxi(memcached proxy) enables you to scale up  / down your memcached layer without losing cached items:

Moxi - Memcached Proxy
View more documents from NorthScale.

Read Full Post »

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 »

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 »

It looks like an Eclipse plug-in for GigaSpaces next generation  Application server, in which the middleware (Logic, Data, Messaging) is virtualised in Memory will soon be released.

Also NT/e have released GigaSystem Builder as part of their JeeWiz model driven development product range. This also functions as an Eclipse plug-in but focuses on model driven development [...]

Read Full Post »

New MemCacheD appliance

Gear6 has announced  the launch of its new Web Cache product, a hardware appliance that is built around memcached. The product leverages a combination of DRAM and Flash memory to deliver significantly higher density than conventional memcached solutions. It can accommodate up to 320GB in a 1U form factor.
You can find the technical specifications here.

Read Full Post »

Securing a Coherence cache

Nice article on securing an Oracle Coherence cache with Code example and download from Ashish - http://tinyurl.com/c6xzkl

Read Full Post »

Oracle’s Coherence has had a new release of all the incubator projects. These include updates to the messaging pattern and also the Push Replication Pattern. You can find more information on these here. Also of interest for Coherence users will be the publication of a production checklist for the deployment of Coherence.

Read Full Post »