You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Jettro Coenradie (JIRA)" <ji...@apache.org> on 2010/08/26 09:30:53 UTC

[jira] Updated: (CONNECTORS-96) Replace the current connection pool by one that is more up-to-date

     [ https://issues.apache.org/jira/browse/CONNECTORS-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jettro Coenradie updated CONNECTORS-96:
---------------------------------------

    Description: 
At the moment we use a connection pool from bitmechanic. This is the least to say some what outdated. Hard to find any information about it. The only thing I could find was this:
http://www.knightsofthenet.com/projects/SQLPool/

Can we replace this with an implementation of for instance dbcp
http://commons.apache.org/dbcp/index.html

I think there is a big risk in using this old versions that are not tested on new java systems anymore. We can be missing a lot of optimizations (jdbc4 for instance)

For the pooling behavior we can use something like commons-pool


  was:
At the moment we use a connection pool from bitmechanic. This is the least to say some what outdated. Hard to find any information about it. The only thing I could find was this:
http://www.knightsofthenet.com/projects/SQLPool/

Can we replace this with an implementation of for instance dbcp
http://commons.apache.org/dbcp/index.html

I think there is a big risk in using this old versions that are not tested on new java systems anymore. We can be missing a lot of optimizations (jdbc4 for instance)




> Replace the current connection pool by one that is more up-to-date
> ------------------------------------------------------------------
>
>                 Key: CONNECTORS-96
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-96
>             Project: Apache Connectors Framework
>          Issue Type: Improvement
>          Components: Framework core
>            Reporter: Jettro Coenradie
>
> At the moment we use a connection pool from bitmechanic. This is the least to say some what outdated. Hard to find any information about it. The only thing I could find was this:
> http://www.knightsofthenet.com/projects/SQLPool/
> Can we replace this with an implementation of for instance dbcp
> http://commons.apache.org/dbcp/index.html
> I think there is a big risk in using this old versions that are not tested on new java systems anymore. We can be missing a lot of optimizations (jdbc4 for instance)
> For the pooling behavior we can use something like commons-pool

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