Hi guys, I use the C# (a port of the original Java one) client for memcached. I was wondering what is the best practice for instantiating a memcached client: my main concern is about understanding why should I instantiate more than one client per application. In other words: in which context should be useful to have more than one instance of MemcachedClient inside an "always-on" application?
Thank you for the support. Antonello
