You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by MAHE Vincent FTRD/DIH/REN <vi...@rd.francetelecom.com> on 2003/02/25 13:32:57 UTC

Howto tune components pool parameters in Cocoon

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