15 Sep
2007
15 Sep
'07
4:17 p.m.
On Wed, 2007-09-12 at 20:36 -0700, Ted Gould wrote:
Are you thinking something like a reader/writer lock? It seems like that's more the mechanism that we're looking for.
Well, only sort of. We'd first need to be able to distinguish between different sources of modifications for them to be able to exclude one another.
Eventually it could be possible to open multiple "database handles" into a single XML::Document (with transaction isolation and/or locks), but I would need to get through some of the heavy refactoring I have planned before that would be possible, so it is not a short-term solution.
-mental