-- fas
On Dec 5, 12:03 pm, Lars Marius Garshol <lar...@garshol.priv.no>
wrote:
No, unfortunately not, because even built-in predicates like type() keep hard references to the originating topic map. We see now that they shouldn't, but they do.
> Would the DeclarationContextIF be thread safe?
Yes. Once created no changes are made to it, so it's definitely thread-safe.
> If so, that would allow elimination of huge numbers of
> parsing operations.
Yes... We're very much aware of this issue, but it's a fair amount of work to fix it: http://code.google.com/p/ontopia/issues/detail?id=137