|
|
-
Re: Multiple threads writing using the same zookeeper handleMichi Mutsuzaki 2012-07-02, 21:57
Hi Grigory,
The C client is supposed to be threadsafe. --Michi On Mon, Jul 2, 2012 at 2:39 PM, Grigory Dzhavadyan <[EMAIL PROTECTED]> wrote: > Is it safe to write information from multiple threads into *different* > keys using the same zookeeper handle across these threads or should I > make sure the threads don't write simultaneously? (I'm using the C API > if that matters). |