The following PHP code reproduces the problem within several reloads:<br>
<br>
$content = str_pad(&quot;&quot;, 200000);<br>
$persistent = true;<br>
$memcache = new Memcache;<br>
$memcache-&gt;addServer(&quot;<a href="http://127.0.0.1">127.0.0.1</a>&quot;, 11211, $persistent, 1);<br>
$memcache-&gt;set(&quot;key&quot;, $content, false, 0);<br>
$result = $memcache-&gt;get(&quot;key&quot;);<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> &lt;<a href="mailto:sgrimm@facebook.com">sgrimm@facebook.com</a>&gt; 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>