<div>Hello,</div>
<div>I am currently evaluating memcached for a non-traditional application. 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. I am looking to implement memcached in totally different environment, and wondering if I am understanding the software correctly.
</div>
<div> </div>
<div>I am hoping to implement this as a solution for a telephony platform. I have a cluster of servers which need to share information with each other. I am looking to store information into memcached with server 1 and retrieve it with server 2... no database involved at any point. 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.
</div>
<div> </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> </div>
<div>Thanks In Advance!</div>
<div>Geoff</div>