[HHH-3849] Disable lock striping in JBoss Cache configs

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17642 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2009-10-07 20:45:06 +00:00
parent 92843349de
commit c8873dff76
2 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,8 @@
<!-- Max number of milliseconds to wait for a lock acquisition --> <!-- Max number of milliseconds to wait for a lock acquisition -->
<attribute name="LockAcquisitionTimeout">5000</attribute> <attribute name="LockAcquisitionTimeout">5000</attribute>
<attribute name="UseLockStriping">false</attribute>
<!-- <!--
Indicate whether to use marshalling or not. Set this to true if you are running under a scoped Indicate whether to use marshalling or not. Set this to true if you are running under a scoped
class loader, e.g., inside an application server. Default is "false". class loader, e.g., inside an application server. Default is "false".

View File

@ -119,6 +119,8 @@
<!-- Max number of milliseconds to wait for a lock acquisition --> <!-- Max number of milliseconds to wait for a lock acquisition -->
<attribute name="LockAcquisitionTimeout">5000</attribute> <attribute name="LockAcquisitionTimeout">5000</attribute>
<attribute name="UseLockStriping">false</attribute>
<!-- For now. disable asynchronous RPC marshalling/sending --> <!-- For now. disable asynchronous RPC marshalling/sending -->
<attribute name="SerializationExecutorPoolSize">0</attribute> <attribute name="SerializationExecutorPoolSize">0</attribute>