[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 Jun 12 12:29:04 EDT 2012
[ https://issues.jboss.org/browse/ISPN-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño resolved ISPN-1818.
------------------------------------
Fix Version/s: (was: 5.2.0.FINAL)
(was: 5.2.0.ALPHA1)
Resolution: Rejected
> 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
>
> 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