Currently only read and write autolocks can be auto-synchronized. Does it not makes sense to allow concurrent and synchronous-write autolocks to also be auto-synchronized?
In addition to: ConfigLockLevel.AUTO_SYNCHRONIZED_READ ConfigLockLevel.AUTO_SYNCHRONIZED_WRITE Shouldn't there also be: ConfigLockLevel.AUTO_SYNCHRONIZED_SYNCHRONOUS_WRITE ConfigLockLevel.AUTO_SYNCHRONIZED_CONCURRENT Rational: the concept of automatically introducing a monitor is orthogonal to the type of lock on that monitor. _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
