--- Simon Pepping <[EMAIL PROTECTED]> wrote: > > PageLayoutManager has a seed for multithreading; it > implements > Runnable. The idea is to let each page sequence run > in its own > thread. It has not been worked out.
I'm uncertain of its benefit (that which calls FOP should do the multithreading, not FOP itself, no? e.g., a servlet generating 10 reports, one on each thread, rather than have the servlet and FOP both multithreading at the same time.) I'm inclined to have it removed, lest it turn into another distraction from our work. Anyway, if Xalan isn't multithreading--and I don't believe they are--then I'm unsure that we should be. Glen