[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Thread cursor sharing



Sorry, the docs clearly state that "transaction and its cursors must
only be used by a single thread".

But, it seems that transactions can be shared between threads whereas
cursors cannot. A cursor created by a shared transaction seems fine?


On Wed, Jul 1, 2015 at 9:23 PM, Kristoffer Sjögren <stoffe@gmail.com> wrote:
> Hi
>
> Simple question, is thread cursor sharing allowed?
>
> Cheers,
> -Kristoffer