0 Replies Latest reply on Jun 28, 2017 8:30 AM by valsaraj007

    Performance impact of entity bean pool

    valsaraj007

      I have configured entity bean poolas given below:

      <entity-bean>

      <bean-instance-pool-ref pool-name="entity-strict-max-pool"/>

      </entity-bean>

      ...

      <strict-max-pool name="entity-strict-max-pool" max-pool-size="100" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>

      Will this improve performance?

      Application contains many @Entity annotated beans. How can I check runtime statistics for this whether pool helped?

      I can view only stateless & MDB statistics now.