On Wed, 9 Mar 2016 17:18:15 -0500, Philippe Riand <phil at riand.com>
wrote:

> Yes, I?m using prepare(), step and finalize(). The 2 threads should
> actually have no interaction between them, but isolated.
> I mean the 2 threads should be able to do very different
> things (read data, write data?), within separated transactions.

You'd have to give every thread its own connection to make them
independent with respect to transaction context.

-- 
Regards,
Kees Nuyt

Reply via email to