We are building a large scale web platform where we try to use Caching to speed up things - though now it's a single server, we'll probably upgrade it to a cluster. Will the Caching work there? Should we consider anything special?

Thanks1

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You will need to use a distributed cache. You can find implementations for different caching providers such as memcached or Velocity.

link|improve this answer
perfect. thanks :) – roman Jan 5 '11 at 9:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.