are you using dns to resolve the IP's of the clients? On Tue, 6 Oct 2015, Jim Horning wrote:
> I have two conditions that seem to make memcached fail. I have a memcached > server and a few clients all on the same subnet: 192.168.1.X, where these > devices use NAT to get to the Internet. > 1. If I start up the sever/clients AND the Internet connection is not > available (i.e. I disconnect the LAN to my router) then memcached does not > appear to work. My server starts, initializing some of my memcached > variables and its VERY slow between each set() variable call. And, the > clients appear to not be able to read the server. > > 2. Or, similarly, if I startup WITH an Internet connection (and all is > working well) and then I disconnect from the Internet, then memcached fails. > > Note: I have a "default" gateway with genmask of 0.0.0.0 assigned to eth0, > and 192.168.1.0 with genmask of 255.255.255.0 assigned to eth0. > > If I delete the "default" route when I've lost the Internet connection then > all of a sudden memcached works just fine. > > Any ideas? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "memcached" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to memcached+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > >