You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/09/11 22:50:26 UTC

[Bug 56970] New: MaxActive vs. MaxTotal for commons-dbcp and tomcat-jdbc-pool in tomcat 8

https://issues.apache.org/bugzilla/show_bug.cgi?id=56970

            Bug ID: 56970
           Summary: MaxActive vs. MaxTotal for commons-dbcp and
                    tomcat-jdbc-pool in tomcat 8
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: dev@tomcat.apache.org
          Reporter: jake.landis@cerner.com

http://tomcat.apache.org/migration-8.html#Database_Connection_Pooling

Documents: The maxActive configuration option has been renamed to maxTotal

http://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html

Documents: (int) The maximum number of active connections that can be allocated
from this pool at the same time. The default value is 100

There is no mention of maxTotal, and observation (via JMX) appears as though
the default is 8 , not 100.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56970] MaxActive vs. MaxTotal for commons-dbcp and tomcat-jdbc-pool in tomcat 8

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56970

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Documentation               |jdbc-pool
            Version|trunk                       |unspecified
            Product|Tomcat 8                    |Tomcat Modules
   Target Milestone|----                        |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56970] MaxActive vs. MaxTotal for commons-dbcp and tomcat-jdbc-pool in tomcat 8

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56970

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
> http://tomcat.apache.org/migration-8.html#Database_Connection_Pooling
> Documents: The maxActive configuration option has been renamed to maxTotal

The above documentation talks about DBCP pool.

> http://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html

The above documentation page is about JDBC pool.


The "Common Attributes" table on JDBC pool page can be improved. It talks about
comparing the tomcat-jdbc pool with commons-dbcp, but Tomcat 8 is bundled with
commons-dbcp2.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org