memcache on multiple servers

Jehiah Czebotar jehiah at gmail.com
Wed May 7 13:53:25 UTC 2008


On Wed, May 7, 2008 at 9:48 AM, Yael Goldberg
<yael.goldberg at achieve3000.com> wrote:
>  Is it OK for the daemon to listen on all IPs, instead of specifying one IP
>  address?  Is there any issues with that? Performance? Security?

security considerations aside, yes it is ok

to do that add "-l 0.0.0.0" to your command line

The think you want to be careful about is opening memcache up to allow
computers you don't control (the internet) to access your cache; but
hopefully you have a firewall setup to block things like that.
-- 
Jehiah


More information about the memcached mailing list