-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Need to protect all write operations and all complex read-operations (such as
Model#write,Model#write) - Simple read operations should not be protected in performance sake (there is already protection for
Iteratoron graph level with internal ownlock) - The same protection should be done for
OntObjects as well
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request