<div>Thank for all your your responses!!&nbsp; I never expected this kind of response from a smaller group... truly awesome!</div>
<div>&nbsp;</div>
<div>Perhaps I am missing something in the documentation... or maybe I am missing the bigger picture.&nbsp; If I have 3-5 memcached servers how do my clients know which server to retrieve the object from?&nbsp; As far as I can tell the data is not distributed between the memcached instances... so you _must_ request the object from the same memcached server it was originally stored in.&nbsp; The server which writes the data will not always be the server that needs to read the data... 
</div>
<div>&nbsp;</div>
<div>To the fellow who suggested MySQL cluster, I am trying to stay away from a database solution for this problem.&nbsp; Our architecture already has a lot of database nodes.&nbsp; We use a MySQL shard model where the load is balanced logically by account/customer.&nbsp; All master servers&nbsp;are running DRBD, with a global catalog replicated locally, etc, etc, etc... needless to say it is already a LOT of database servers to manage... The data I am hoping to store in memcached is simply routing information so the processes know which MySQL shard should be used for reading/writing data.&nbsp; 
</div>
<div>&nbsp;</div>
<div>Thanks again!</div>
<div>Geoff</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 3/21/07, <b class="gmail_sendername">Dave Strickler</b> &lt;<a href="mailto:dstrickler@mailwise.com">dstrickler@mailwise.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<div>Your usage will work just fine. Along with it&#39;s traditional use, we do the same thing in house. As long as you know the key for the data you&#39;re looking for I think you&#39;ll be very happy with the results.</div>

<div>&nbsp;</div>
<div><font face="Tahoma" size="2">Dave Strickler<br>MailWise LLC<br>617-933-5810 (direct)<br></font><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.mailwise.com/" target="_blank"><font face="Tahoma" size="2">
www.mailwise.com</font></a><br><font face="Tahoma" size="2">&quot;Intelligent E-mail Protection&quot;<br><br><br><br></font></div>
<div><br>&gt;&gt;&gt; &quot;Geoffrey Mina&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:geoffreymina@gmail.com" target="_blank">geoffreymina@gmail.com</a>&gt; 11:40 PM Tuesday, March 20, 2007 &gt;&gt;&gt;
<br>&nbsp;</div>
<div><span class="e" id="q_1117429da6365ce5_1">
<div>Hello,</div>
<div>I am currently evaluating memcached for a non-traditional application.&nbsp; It seems like the core functionality of memcached is to help reduce the number of database reads that are required for read-heavy web applications.&nbsp; I am looking to implement memcached in totally different environment, and wondering if I am understanding the software correctly. 
</div>
<div>&nbsp;</div>
<div>I am hoping to implement this as a solution for a telephony platform.&nbsp; I have a cluster of servers which need to share information with each other.&nbsp;&nbsp; I am looking to store information into memcached with server 1 and retrieve it with server 2... no database involved at any point.&nbsp; The data that would be existing in cache would be true transient data that would exist for seconds or minutes and then would be flushed from the shared memory/cache.&nbsp; 
</div>
<div>&nbsp;</div>
<div>If I have 3 memcached servers and 10 telephony servers running the client API (connecting to all 3), would they freely share information with each other... or do I have this whole thing wrong?</div>
<div>&nbsp;</div>
<div>Thanks In Advance!</div>
<div>Geoff</div>
<div alt><pre>&nbsp;</pre><pre><br>


</pre>
<table border="1">
<tbody>
<tr>
<td></td></tr></tbody></table></div></span></div></div></blockquote></div><br>