<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>