http://code.google.com/p/memcached/wiki/Timeouts <-- run through this.

You can also try to get the key in question from your error, then fetch
the key manually and inspect it to see if the data is corrupt.

On Tue, 28 Jun 2011, kfa1983 wrote:

> Yea, I think the server is timing out but WHY? xD the port is open.
> But the problem is actually the memcache or the code? Thanks!
>
> On 28 juin, 19:26, dormando <dorma...@rydia.net> wrote:
> > > In the logs:
> > > Notice:  Memcache::get() [<a href='memcache.get'>memcache.get</a>]:
> > > Server localhost (tcp 11211) failed with: Failed reading line from
> > > stream (0) in <b>/var/www/html/inc/chat/libraries/server/NodeJS.php</
> > > b> on line <b>37</b><br />
> > > {"r":"registered"}
> >
> > > At line 37:
> > > $session = json_decode($this->memcache->get('session/' . $cookie-
> > > >sid));
> >
> > I hate that client...
> >
> > That's either a timeout, or a corrupt key?
>

Reply via email to