Reputation: 8990
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?
Upvotes: 0
Views: 87
Reputation: 89192
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.
Upvotes: 1