What are the pros and cons of having memcached running on a seperate server instead of locally?
This is my server setup: -2 Dedicated Servers (Load Balanced) -1 Dedicated MySQL Server -1 Dedicated Memcached Server
Is there any benefit of dropping the Memcached Server and putting the daemon locally on the 2 dedicated servers? Or is that a bad move?
Just wondering if there are any known bottlenecks/how resilient memcached is if a lot of requests are coming from potentially 2 servers?
Thanks