Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I understand that you can run memcached on multiple servers in a network and have read things such as "you can leverage the extra memory on your systems if you have a large number of systems." Does this mean that people with 100 servers will add all 100 of these servers to the memcache pool and that memcache will open connections to 100 servers on load?

Secondly, how does one manage cache tags ie. if data is written to a db then the data is cleared from the cache. Lets say you have 100 servers (exaggerating) and you split the pools into 20 x 5, then how does one manage these tags? Via database? Or is it just a problem that is solved with unique solutions in each case?

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.