You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/01/14 20:37:54 UTC

[jira] Created: (DBCP-321) SharedPoolDataSource does not need userKeys LRUMap cache

SharedPoolDataSource does not need userKeys LRUMap cache
--------------------------------------------------------

                 Key: DBCP-321
                 URL: https://issues.apache.org/jira/browse/DBCP-321
             Project: Commons Dbcp
          Issue Type: Improvement
            Reporter: Sebb
         Attachments: SharedPoolDataSource.patch

SharedPoolDataSource does not need userKeys LRUMap cache.

The cache contains UserPassKey instances, which are small and immutable, and anyway they are only used when getting the initial connection

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DBCP-321) SharedPoolDataSource does not need userKeys LRUMap cache

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DBCP-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved DBCP-321.
-----------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Author: sebb
Date: Sun Jan 17 01:40:55 2010
New Revision: 900046

URL: http://svn.apache.org/viewvc?rev=900046&view=rev
Log:
DBCP-321 SharedPoolDataSource does not need userKeys LRUMap cache

Modified:
   commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java

> SharedPoolDataSource does not need userKeys LRUMap cache
> --------------------------------------------------------
>
>                 Key: DBCP-321
>                 URL: https://issues.apache.org/jira/browse/DBCP-321
>             Project: Commons Dbcp
>          Issue Type: Improvement
>            Reporter: Sebb
>             Fix For: 1.3
>
>         Attachments: SharedPoolDataSource.patch
>
>
> SharedPoolDataSource does not need userKeys LRUMap cache.
> The cache contains UserPassKey instances, which are small and immutable, and anyway they are only used when getting the initial connection

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DBCP-321) SharedPoolDataSource does not need userKeys LRUMap cache

Posted by "Phil Steitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DBCP-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Steitz closed DBCP-321.
----------------------------


> SharedPoolDataSource does not need userKeys LRUMap cache
> --------------------------------------------------------
>
>                 Key: DBCP-321
>                 URL: https://issues.apache.org/jira/browse/DBCP-321
>             Project: Commons Dbcp
>          Issue Type: Improvement
>            Reporter: Sebb
>             Fix For: 1.3
>
>         Attachments: SharedPoolDataSource.patch
>
>
> SharedPoolDataSource does not need userKeys LRUMap cache.
> The cache contains UserPassKey instances, which are small and immutable, and anyway they are only used when getting the initial connection

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DBCP-321) SharedPoolDataSource does not need userKeys LRUMap cache

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DBCP-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated DBCP-321:
----------------------

    Attachment: SharedPoolDataSource.patch

Patch to remove the userKeys LRUMap

> SharedPoolDataSource does not need userKeys LRUMap cache
> --------------------------------------------------------
>
>                 Key: DBCP-321
>                 URL: https://issues.apache.org/jira/browse/DBCP-321
>             Project: Commons Dbcp
>          Issue Type: Improvement
>            Reporter: Sebb
>         Attachments: SharedPoolDataSource.patch
>
>
> SharedPoolDataSource does not need userKeys LRUMap cache.
> The cache contains UserPassKey instances, which are small and immutable, and anyway they are only used when getting the initial connection

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.