I'm trying to integrate memcached into our relatively busy site (6M
pageviews/day), so I've been stress testing it on our network a bit.<br>
<br>
I was trying the latest download (1.1.13-pre2) and found a protocol
violation: sometimes the final &quot;END&quot; is missing, which causes problems
for e.g. the PHP memcache module -- it will report the node as down.
This occurs mostly when working with large data sets (300k+) from a
process that runs on the same machine. If a remote machine is used, it
works fine...<br>
<br>
This problem occurs in 1.1.13-pre, but not in 1.1.12.<br>
<br>
I guess I should stick to 1.1.12 for my site then...?<br>
<br>
Regards,<br>
<br>
Serhat<br>