So, I&#39;m even more confused. &nbsp;Same results with Perl. &nbsp;there are 6 servers in our cluster. &nbsp;It looks like PHP, using addServer adds it to a &quot;pool&quot;.<div><br class="webkit-block-placeholder"></div><div>I telnetted around the servers and found that 1 of the keys I&#39;m looking for is on server 1, and the other is on server 2. &nbsp;PHP finds both; Perl and Python only find the one on server 2. &nbsp;If I move server 2 to the front of the list, it finds the one on server 2 and not on server 1. &nbsp;It seems like Perl/Python aren&#39;t trying the other servers.
</div><div><br class="webkit-block-placeholder"></div><div>Can someone explain to me what&#39;s going on here? &nbsp;I&#39;d love to figure this out so I can build some sane monitoring tools for data.<br><br><div><span class="gmail_quote">
On 8/21/07, <b class="gmail_sendername">Brendan W. McAdams</b> &lt;<a href="mailto:bwmlists@evilmonkeylabs.com">bwmlists@evilmonkeylabs.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m attempting to debug some issues in a production system; the system is on PHP 4.4 with the PECL Extension version 2.1.2.<div><br>&nbsp;</div><div>We are setting keys for customers of the type: statistic_&lt;customer_id&gt;_&lt;sub
_id&gt; within our PHP application.
</div><div><br>&nbsp;</div><div>In some cases a customer doesn&#39;t have a sub_id, and we set the key as statistic_&lt;customer_id&gt;_</div><div><br>&nbsp;</div><div>
I am able to reliably access these numbers from PHP (They are just integers: they are incremented using the builtin incr method in memcache); however, when I try either of the Python libraries (pure Python and C binding implementations) in certain cases I can&#39;t get an object for statistic_ ; it seems to mostly be in cases when there&#39;s no sub id but I do see it sometimes when there is.
</div><div><br>&nbsp;</div><div>It&#39;s my understanding that the access should be the same across all languages, and as we&#39;re seeing some issues where sometimes dumping the data in memcache out to the database is not always returning the full numbers, I&#39;m wondering if there&#39;s a deeper issue.
</div><div><br>&nbsp;</div><div>Anyone got any thoughts or guidance for me?</div>
</blockquote></div><br>&nbsp;</div>