Re: [389-devel] Review of plugin code

2015-08-10 Thread Rich Megginson
On 08/07/2015 05:54 PM, William Brown wrote: Say for example: begin add some object Y read Y commit Does read Y see the object within the transaction? Yes. Is there a way to make the search happen so that it occurs outside the transaction, IE it doesn't see Y? Not a nested search operation.

Re: [389-devel] Review of plugin code

2015-08-07 Thread William Brown
> > > > Say for example: > > > > begin > > add some object Y > > read Y > > commit > > > > Does read Y see the object within the transaction? > > Yes. > > > Is there a way to make the > > search happen so that it occurs outside the transaction, IE it doesn't see > > Y? > > Not a nested sear

Re: [389-devel] Review of plugin code

2015-08-07 Thread Rich Megginson
On 08/07/2015 05:18 PM, William Brown wrote: On Thu, 2015-08-06 at 14:25 -0700, Noriko Hosoi wrote: Hi William, Very interesting plug-in! Thanks. As a plugin, it's value is quite useless due to the nsDS5ReplicaType flags. But it's a nice simple exercise to get ones head around how the plugin a

Re: [389-devel] Review of plugin code

2015-08-07 Thread William Brown
On Thu, 2015-08-06 at 14:25 -0700, Noriko Hosoi wrote: > Hi William, > > Very interesting plug-in! Thanks. As a plugin, it's value is quite useless due to the nsDS5ReplicaType flags. But it's a nice simple exercise to get ones head around how the plugin architecture works from scratch. It's one t