Looking at the cocoon.xconf file, it seems that the following elements accept the "pool-max", "pool-max-strict", ... attributes:
- <xml-parser class="org.apache.excalibur.xml.impl.JaxpParser" .../>
- <xml-serializer class="org.apache.cocoon.components.sax.XMLByteStreamCompiler" .../>
- <xml-deserializer class="org.apache.cocoon.components.sax.XMLByteStreamInterpreter" .../>
Are there any other elements which can be tuned in cocoon.xconf ?
Beyond that, in sitemap.xmap, is it relevant also to tune pool-max for the following elements:
- <map:pipe name="caching" src="">
- all my Cocoon actions
???
Thanks
