2010/12/14 François Cassistat <[email protected]>: > ...I'll try finding a solution using locks and maybe a complementary secondary > database system for properties that need to be changed frequently to prevent > locking > to much nodes....
If you need something like this you're probably much better off using a secondary set of *nodes* as opposed to a separate database. You might use unique paths for "editing sandboxes", and use JCR observation to observe them and merge changes later. -Bertrand
