users@glassfish.java.net

Re: Ejb container settings:max pool size

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Fri, 11 Mar 2011 17:45:18 -0800

It might be that 17 beans were enough to serve 30 calls - each call
might be very fast and 18th request is served by instance #1, or there
might be less than 18 threads available to serve those requests...

-marina

forums_at_java.net wrote:
> I created 30 Stateless EJBs, checked pool and found current beans 17. I
> counted @PostConstruct calls as weel 17. I expected 30 -as the max
> pool size
> is 32.
>
>
> --
>
> [Message sent by forum member 'tetyanac']
>
> View Post: http://forums.java.net/node/780199
>
>