On Mar 25, 5:07 pm, Doodool Tala <[email protected]> wrote: > Hello. Sorry if the answers to the following questions are trivial and/or > have been provided already. > > 1. Can a single instance of memcached support (sit in front of) multiple > MySQL servers? > 2. If yes, is there a rule of thumb as of how many MySQL instances a single > memcached can handle? > 3. Appreciate if u could pt me to any relevant docs about configuring > memcache with multiple MySQL servers
memcached and mysql are unrelated. Keep in mind, memcached isn't a magic tool you add into your application stack that takes away all the slow. It's another resource you use in your application.
