Is there any tip I have to know in order to tune correctly the pool-min, pool-max, pool-grow parameters of each components ?
 
Let's say I want my webapp to support 150 simultaneous users. What should I take into account in order to set this parameters ?
Is the cache playing any role ?
 
What about this parameter <parameter name="maxobjects" value="100"/> ?
 
It says "Indicates how many objects will be hold in the cache.", but what is called an "object" here ?
Is it a java Object (like a String, a Vector, ...), an Avalon component, ... ?
 
Vincent
 

Reply via email to