Document Linux performance/overhead of using multi lock mechanism
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jul 2009 16:20:11 +0000 (16:20 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jul 2009 16:20:11 +0000 (16:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@796362 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/doc/jdbc-pool.xml

index 0bdef82..800d896 100644 (file)
       <p>(boolean) Set to true if you wish that calls to getConnection should be treated
          fairly in a true FIFO fashion. This uses the <code>org.apache.tomcat.jdbc.pool.FairBlockingQueue</code> 
          implementation for the list of the idle connections. The default value is <code>false</code>.
-         This flag is required when you want to use asynchronous connection retrieval.
+         This flag is required when you want to use asynchronous connection retrieval.<br/>
+         During performance tests, the fairQueue does very well on a multi core Solaris system,
+         but performs terribly on a Linux Fedora 11 system. On Linux we recommend setting this to false. 
       </p>
     </attribute>