Lewis, One more suggestion which has not sounded here yet...
> From: Lewis, Andrew J [mailto:[EMAIL PROTECTED]] > > > From: Stefano Mazzocchi[SMTP:[EMAIL PROTECTED]] > > <skip/> > > 9) fine-tune the cocoon settinigs for the store and the other stuff > > (maybe others might give suggestions on the numbers here, I can't really > > tell since I didn't write those parts. In the future, hopefully, the > > system will tune itself up) > > > This is the voodoo I don't have a solid feel for yet. 9.1) fine-tune pool sizes for components in cocoon.xconf and sitemap.xmap. If pools are too small for the load, it greatly reduces performance. The goal is to achieve such configuration that for every request there is a free component in the pool. Suppose, you have up to 100 simultaneous requests, and your pipelines have up to 2 xslt transformers. Then, you need to have maximum pool size set to 200 xslt transformers. They will be created as needed and retained in the pool for future use. Note, that if you use large values for min pool size, it increases Cocoon startup time. Hope this helps. Regards, Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]