You could implement that a couple of ways, but I am not sure how useful it would be. Would you want this for something like prefetching of large objects that you suspect would block a thread of execution if fetched synchronously?
On Fri, Nov 2, 2012 at 11:12 AM, Shuhao Wu <[email protected]> wrote: > Hi, > > Just as a random question, how important is non-blocking retrieval of object > to riak? I don't think it's built in to clients such as the > riak-python-client. > > Is that something that's used or it just doesn't matter when things go > bigger? > > (So for example bucket.get("key") will not return the object, but you must > pass a callback to get it) > > Cheers, > > Shuhao > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
