2 Replies Latest reply on May 14, 2014 6:54 AM by whitingjr

    Status of ArrayBlockingQueueManagedConnectionPool.

    whitingjr

      Hi,

      I am interested in knowing what's the status of the alternative managed connection pool implementation.

       

      org.jboss.jca.core.connectionmanager.pool.mcp.ArrayBlockingQueueManagedConnectionPool

       

      What I want to do is get a performance comparison against the default mcp (which is SemaphoreArrayListManagedConnectionPool). I'll be measuring things like the affect on throughput and locking on the atomic data structures the pool uses to manage resources under load.

       

      Regards,

      Jeremy