11/11/2004 01:34:44 PM|||Synwan|||Lately I've been running into an interesting problem. We have a fairly large record based XML tree. We need that tree to act more like a database in that the same tree can be updated by multiple objects, concurrently and safely. The obvious question is why not make it a database. My reasoning for that is this XML changes fairly frequently, and we want to avoid having to convert the schema each time. XML allows us to easily extend the tree with no need to break the existing structure. We're playing with some solutions, but none of them are far enough along to really discuss yet. However here are our goals:
Lofty to be sure, but I feel it's possible, so we'll see.

-Synwan
|||110020978433951966|||Shared persistent XML trees