Re: Same server/nodes for multiple instance of application

2018-07-09 Thread dormando
Hey, You should talk with the authors of the application, since that depends on how they implemented their cache. ie; if they call flush_all, or can't add a namespace prefix to the cache keys, the instances cannot be shared. On Mon, 9 Jul 2018, Pablo Ortiz wrote: > Hello, > I have an

Same server/nodes for multiple instance of application

2018-07-09 Thread Pablo Ortiz
Hello, I have an application that can integrate with memcached, and I intend to install it in multiple servers to have different instances of the app; now my doubt is if I can use the same memcached servers/nodes for all the app instances (provided the scaling is right) or if I need to keep