Author: mircea.markus
Date: 2008-09-27 19:31:53 -0400 (Sat, 27 Sep 2008)
New Revision: 6812
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/tc-client-config.xml
Log:
writes are being done sync now
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/tc-client-config.xml
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/tc-client-config.xml 2008-09-27
10:11:11 UTC (rev 6811)
+++
benchmarks/benchmark-fwk/trunk/cache-products/terracotta-2.5.0/tc-client-config.xml 2008-09-27
23:31:53 UTC (rev 6812)
@@ -10,7 +10,7 @@
<locks>
<autolock>
<method-expression>*
org.cachebench.cachewrappers.TerracottaWrapper.*(..)</method-expression>
- <lock-level>write</lock-level>
+ <lock-level>synchronous-write</lock-level>
</autolock>
<autolock>
<method-expression>*
org.cachebench.cachewrappers.TerracottaWrapper.get(..)</method-expression>
Show replies by date