From jbosscache-commits at lists.jboss.org Thu Dec 10 00:58:21 2009 Content-Type: multipart/mixed; boundary="===============1750846231718816936==" MIME-Version: 1.0 From: jbosscache-commits at lists.jboss.org To: jbosscache-commits at lists.jboss.org Subject: [jbosscache-commits] JBoss Cache SVN: r8321 - enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US. Date: Thu, 10 Dec 2009 00:58:21 -0500 Message-ID: <200912100558.nBA5wLV0008048@svn01.web.mwc.hst.phx2.redhat.com> --===============1750846231718816936== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: laubai Date: 2009-12-10 00:58:21 -0500 (Thu, 10 Dec 2009) New Revision: 8321 Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/configuratio= n_reference.xml Log: Added third part of changes for JBPAPP-2964. Modified: enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/confi= guration_reference.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/configurati= on_reference.xml 2009-12-10 05:58:03 UTC (rev 8320) +++ enterprise-docs/tags/JBoss_EWP_5_0_0/Cache_User_Guide/en-US/configurati= on_reference.xml 2009-12-10 05:58:21 UTC (rev 8321) @@ -237,9 +237,7 @@ = =
- - Configuration File Quick Reference - + Configuration File Quick Reference A list of definitions of each of the XML elements attributes u= sed above, and their bean counterparts for programmatic configuration. If the description of an attribute st= ates that it is dynamic, that means it can be changed after the cache is created and start= ed. @@ -599,8 +597,8 @@ none = Specifies the TransactionManagerLookupCl= ass implementation to use to obtain - a transaction manager. If not specified (and a TransactionManager is not injected - using RuntimeConfig.setTransactionManager(), the cache will not be able to participate + a transaction manager. If not specified (and a = TransactionManager is not injected + using RuntimeConfig.setTransactionManager()), the cache will not be able to participate in any transactions. @@ -1005,7 +1003,7 @@ 1 = - The size of the threadpool used to dispatch events to= cache listeners that have registered as + The size of the thread pool used to dispatch events t= o cache listeners that have registered as asynchronous listeners. If this number is less than = 1, all asynchronous listeners will be treated as synchronous listeners and notified synchro= nously. @@ -1018,7 +1016,7 @@ 50000 = - The size of the bounded queue used by the async liste= ner threadpool. Only considered if + The size of the bounded queue used by the async liste= ner thread pool. Only considered if asyncPoolSize is greater than 0. = Increase this if you see a lot of threads blocking trying to add events to this queue. --===============1750846231718816936==--