Re: [bdbxml] .NET design questions

Michael O\\\'Sullivan <[email protected]>
Newsgroups gmane.comp.db.dbxml.general
Message-ID <[email protected]>
If you know that changes you need to make, then I why not make it all part of
the same Read/Modify/Write transaction. 

I don't know what your wrapper interface is like. If your design is to pass the
DOM to the application to be modified in an arbitary way (as opposed to a
descrete RWM operation). Then it's probably not a good idea to have long running
transactions open. You might be able to do it by implementing timeouts on the
transactions to ensure their cleanup.

Otherwise if you could implement crude application level locking by explicitly
setting the metadata for each document when it's locked/checked out. 

michael.





------------------------------------------
To remove yourself from this list, send an
email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.