by Andrea Bicciolo.
Rick,
on a linux box you could check if you are running memcached deamon using a command like the following:
# ps aux | grep memcached
If memcached is running, you should get two output lines, with one similar to the following:
..... 474 0.0 0.7 101112 15684 ? Sl Apr29 1:07 /usr/bin/memcached -m 196 -p 11211 -u ....
on a linux box you could check if you are running memcached deamon using a command like the following:
# ps aux | grep memcached
If memcached is running, you should get two output lines, with one similar to the following:
..... 474 0.0 0.7 101112 15684 ? Sl Apr29 1:07 /usr/bin/memcached -m 196 -p 11211 -u ....