On Fri, 2004-01-09 at 14:52, Stas Bekman wrote: > We really need more real world benchmarks to make a good judgement. It's > probably quite certain that the performance is going to be worse if you spawn > threads, but don't deploy the benefits available exclusively to threads > (shared opcode tree, shared vars, etc).
That reminds me, does anyone know what happened with the shared opcode tree? Does it not work, or is it just dwarfed by the size of the non-shared stuff? The size problems these guys are having seem to point to little or no sharing happening between threads. - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html