Memcache Timeout issue

2013-07-18 Thread Krishnavel Lakshmanan
Hi, We are using spy memcache provided by google in our application. When we are running our application in local server with the memcache address as 127.0.0.1 then it is working fine but once we provide the IP address as the address then we are getting timeout exception. Please provide solut

Re: Memcache Timeout issue

2013-07-18 Thread Geoffrey Hoffman
Is there a path from your application to the memcached server (is the port open?), and is the memcached daemon running on the remote server? On Thu, Jul 18, 2013 at 11:40 PM, Krishnavel Lakshmanan wrote: > Hi, > > We are using spy memcache provided by google in our application. When we > are ru

Re: Memcache Timeout issue

2013-07-19 Thread Shirshendu Das
We have checked the port number as well as the memcache service and they are running fine. The issue occurs whenever we are using the IP address of the system instead of 127.0.0.1. On Friday, July 19, 2013 12:17:31 PM UTC+5:30, m2guru wrote: > > Is there a path from your application to the memca