The following PHP code reproduces the problem within several reloads:<br>
<br>
$content = str_pad("", 200000);<br>
$persistent = true;<br>
$memcache = new Memcache;<br>
$memcache->addServer("<a href="http://127.0.0.1">127.0.0.1</a>", 11211, $persistent, 1);<br>
$memcache->set("key", $content, false, 0);<br>
$result = $memcache->get("key");<br>
<br>
Essential for succesful failure is that persistent connections are on and a local memcached is used.<br>
<br>
Regards,<br>
<br>
Serhat<br><br><div><span class="gmail_quote">On 7/26/06, <b class="gmail_sendername">Steven Grimm</b> <<a href="mailto:sgrimm@facebook.com">sgrimm@facebook.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is
this a consistently reproducible thing, or an intermittent failure? As
far as I know we don't see this behavior on our systems, but if you
have a test case you can send to the list, I'd love to make sure we
haven't missed a failure mode in our testing.</blockquote></div>