On Thu, Oct 24, 2013 at 6:47 PM, Reto Bachmann-Gmür <[email protected]> wrote:
> .... > > Another issue that just occured are the (non M) Graphs. Given that the > lock is on the dataset one should also lock when iterating over the triples > of a graph. But as the API doesn't foresee TripleCollections with shared > lock there's no support for this. > I think this is not the case a Graphs are in-memory copies of the underlying jena graphs. I think given this they would not need to be wrapped as PrivilegedGraphWrapper. Reto
