[Dev] Profile directory changes landed, location of __repository__
etc. changed
Andi Vajda
vajda at osafoundation.org
Tue Feb 1 11:18:19 PST 2005
> I remember when our original design goal of the repository was as a separate
> process. The reason for this was that your data could be available even when
> you weren't running Chandler.
Multiple processes can run against the same repository files, Berkeley DB
supports that just fine. So, if you're not running Chandler and want to make
your data available somehow, another process for that is still possible. But
this does not imply that Chandler has to go through that same process to
access the repository, it can do that by accessing the repository files
directly via the same Berkeley DB APIs.
Andi..
More information about the Dev
mailing list