Hi all, I am trying to determine the nedd/use if setting slideToken.forceStoreEnlistment to true. The javadocs say this:
if set to true, that will cause Slide to enlist the store in the current transaction for all operations, to be able to prevent dirty reads when doing complex updates. That value should be set to true only in some very specific critical sections of the code, as this would greatly decrease the ability of Slide to handle multiple concurrent requests. My question is, if I use a transaction to update a property in a document, do I need this at all? I noticed that in the webdavservlet method "proppatch" the code sets this to true. Why is it necessary? Any help is much appreciated. Thanks, Andrew Morovati Noverant Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
