Translate

Mostrando las entradas con la etiqueta Cache Server. Mostrar todas las entradas
Mostrando las entradas con la etiqueta Cache Server. Mostrar todas las entradas

viernes, 27 de febrero de 2015


Problem

Sometimes we need to install a second memcached server instance in the same machine (e.g. a developer working in two projects locally and both use memcached).

If we need to install memcached as a service we execute something like this command:

c:/path/to/exe/memcached.exe  -d install


The problem is that we can't run it twice because we will get the following error


So, we got a couple of options:

Category: articles