[infinispan-issues] [JBoss JIRA] (ISPN-1818) Get rid of commons-pool for Hot Rod client
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Tue Jan 31 07:05:50 EST 2012
[ https://issues.jboss.org/browse/ISPN-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-1818:
-----------------------------------
Fix Version/s: 5.2.0.ALPHA1
5.2.0.FINAL
Affects Version/s: (was: 5.2.0.FINAL)
(was: 5.2.0.ALPHA1)
> Get rid of commons-pool for Hot Rod client
> ------------------------------------------
>
> Key: ISPN-1818
> URL: https://issues.jboss.org/browse/ISPN-1818
> Project: Infinispan
> Issue Type: Enhancement
> Components: Cache Server
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.2.0.ALPHA1, 5.2.0.FINAL
>
>
> Get rid of commons-pool in Hot Rod client. We can implement connection pooling with thread locals and a ringed array if re-entrant connection request are needed. This has the benefit of getting rid an unnecessary dependency, and thread locals have been proved previously (i.e. with marshallers) to provide very good solutions for reusing expensive resources.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list