[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:49 EST 2012


Galder Zamarreño created ISPN-1818:
--------------------------------------

             Summary: 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
    Affects Versions: 5.2.0.ALPHA1, 5.2.0.FINAL
            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