You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by the666pack <ma...@gmail.com> on 2008/03/30 17:12:19 UTC

fundamental question of understanding about pools and pool size

hello,

i am using EJB 3.0 and was searching for some time now to change some kind
of entity bean pool where i can change the container pool size for
persistent entities. now i wanted to ask if there is an understanding
problem.. could it be that,

stateless and stateful entity bean pool sizes already include the associated
persistent entities? that means that if stateless container "poolSize=100"
for a stateless bean means 1 stateless bean and 99 associated persistent
entity beans are possible?

or does it merely mean (as i thought til now) that stateless container
"poolSize=100" means that there is a pool for 100 stateless session beans.

the confusion arose, because i did not find any way to configure how many
persistent entity beans are possible concurrently. maybe someone can bring
some clarification in this topic.

thank you for your help,

mario
-- 
View this message in context: http://www.nabble.com/fundamental-question-of-understanding-about-pools-and-pool-size-tp16383168s134p16383168.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.