views:

10

answers:

1

i want to know if i can use memcache, but im only using one server, and i heard that memcache has to work with only 2 servers or more? i just want to clarify this?

+1  A: 

memcached can be used on the same server as your webserver. It's just a running process that accepts incoming connections, which can come from the same machine.

Lou Franco