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