Am Dienstag, 18. November 2003 15:41 schrieb Martin Holz: > Oliver Zeigermann <[EMAIL PROTECTED]> writes: > > Oliver Zeigermann wrote: > > > 1.) What features not yet implemented should go into the Slide 2.0 > > > release? > > > > If Slide is considered a content repository as a combination of > > underlying stores, global locks that live for the duration of a > > transaction might be considered. A generic multilevel lock > > implementation already exists for the tx store and can easily be > > reused in a non-blocking mode. A problem may be lock propagation to > > parent resources if needed. Intention locks might discussed... > > How do transactions and the WebDAV protocol work together? > Do you want transactions across several requests?
There is no support for transactions in WebDAV at the moment. But slide itself provides transactional support. This is a good thing if some actions are bundled on server side. It would be possible to extend the WebDAV protocol with transaction support. I don't think it is necessary and perhaps it has the disadvantage that a client can use it for long term transactions. As far as I understood this should be achieved by deltaV (workspace). On the other hand it would be nice to have such a feature to enable updating several relating documents at once. Daniel > > Martin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
