-
1. Re: ThreadLocalPool - Is it working the way we think?
jaikiran Feb 19, 2010 3:14 AM (in response to hari708)hari708 wrote:
Hi,
I am trying to develop EJB3.0 over JBOSS 5.1 GA and latest EJB plugin.The problem i am seeing is there is no pooling happening.If we check the JMX console for the EJB the count goes on increasing with each request.
Hari, welcome to the forums. You should have created a new topic in the EJB3 user forum to discuss this. I'll "branch" this discussion to our user forum.
-
3. Re: Pooling of EJB3 beans in AS 5.1.0
hari708 Feb 19, 2010 3:55 PM (in response to jaikiran)Hi, I now understood the two different types of pooling mechanisms used by the JBOSS.One more thing i need to raise on this regard is it possible to have a minimum number of Beans in Pool initially when the server starts up and before servicing the requests.Basicall the minSize in Strct Max implementation.
-
4. Re: Pooling of EJB3 beans in AS 5.1.0
jaikiran Feb 19, 2010 4:22 PM (in response to hari708)hari708 wrote:
One more thing i need to raise on this regard is it possible to have a minimum number of Beans in Pool initially when the server starts up and before servicing the requests.Basicall the minSize in Strct Max implementation.
No, that's not available. Why do you want it? Maybe there's a better way of doing it.