Re: Problem using ontology in multi-process environment

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Problem-using-ontology-in-multi-process-environment-tp3198p3218.html

If I remember well, the memory should be considered as copied. In practice, for performance purpose, it is shared unless the memory is modified (in that case, it is duplicated just before the first modification occurs).

Jiba