Hi Raphael, You can use either https://code.google.com/p/xmemcached/ or https://code.google.com/p/spymemcached/ libraries to push and pull data from memcached.
Memcached is in-memory distributed caching component, it is platform independent, has libraries in most of languages. It has efficient way of creation of slabs for memory allocation. There are many other alternatives to this are: redis hazelcast infinispan Memcached has become more popular because of multiple languages libraries and low latency. Regards, Arun On Mon, Apr 28, 2014 at 5:57 PM, Raphael Hsieh <[email protected]> wrote: > How would one pull data from a Memcached in a separate process ? > > I see the examples for how to put data into memcached, but what is the > purpose of doing so ? > > How might I have a different process pulling data from the memcache every > X seconds, and pushing it to a different external datastore ? > > -- > Raphael Hsieh > > > >
