Open sszuev opened 1 year ago
concurrent RDF-Graph (https://github.com/sszuev/concurrent-rdf-graph) is not enough. OntModel methods are still not protected properly.
OntModel
There is already concurrent implementation (com.github.owlcs.ontapi.OntologyModelImpl.Concurrent.asGraphModel), but it does not cover all cases.
com.github.owlcs.ontapi.OntologyModelImpl.Concurrent.asGraphModel
TODO:
Model#write
Iterator
lock
OntObject
No one seems to be using this feature, hence low priority
concurrent RDF-Graph (https://github.com/sszuev/concurrent-rdf-graph) is not enough.
OntModel
methods are still not protected properly.There is already concurrent implementation (
com.github.owlcs.ontapi.OntologyModelImpl.Concurrent.asGraphModel
), but it does not cover all cases.TODO:
Model#write
,Model#write
)Iterator
on graph level with internal ownlock
)OntObject
s as well