You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Narayanan A R <na...@gmail.com> on 2012/05/21 17:41:49 UTC

Asynchronous multi(..) support

Hi,

Any plans to add support for asynchronous version of ZooKeeper.multi
method? This is important feature to get good throughput, if a client wants
to run several transactions in a short period of time.

Regards,
ARN

Re: Asynchronous multi(..) support

Posted by Marshall McMullen <ma...@gmail.com>.
It's already in there.... In the C API, it's called zoo_amulti.

On Mon, May 21, 2012 at 9:41 AM, Narayanan A R <
narayanan.arunachalam@gmail.com> wrote:

> Hi,
>
> Any plans to add support for asynchronous version of ZooKeeper.multi
> method? This is important feature to get good throughput, if a client wants
> to run several transactions in a short period of time.
>
> Regards,
> ARN
>