Vadim,

Thanks again, but I'm still scratching my head.

I have tried numerous values for the different pool parameters,
including grow=0, and max/min=1.

The basic problem remains.

/Joakim



Vadim Gritsenko wrote:

joakim verona wrote:

Vadim,

Thanks for your tip. It seems it works a little better with reducing the pool, but the problem still remains.

Heres the modified imagereader component definition:

<map:reader name="image"
   src="org.apache.cocoon.reading.ImageReader"
   logger="sitemap.reader.image"
   pool-max="2"
   pool-min="1"
   pool-grow="1"/>
   </map:readers>

It still craches, but manages to generate more thumbnails.



If you re-read my response, I wrote "I'd recommend hard-limiting the pool". That would translate to pool-grow="0", I think. Try:


<map:reader name="image"
  src="org.apache.cocoon.reading.ImageReader"
  logger="sitemap.reader.image"
  pool-max="5"
  pool-min="5"
  pool-grow="0"/>


Vadim




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to