Valeiko, Michael wrote: > I am creating a new Driver per thread, as well as a new renderer. > Does setting a new renderer fall under the > "do not change the configuration data while there is a Driver > object rendering" ?
I don't think so. However, your symptoms sure sound like static data being ping-ponged around between threads. > It is not static in Driver.java. > > PS - going to 20.5 is not really an option since we are close to > releasing and who knows what will break. My suggestion then would be to download 0.20.5 & see whether it fixes your problem. I think it will, but if not, we probably need to make some changes to the doc. If it does fix your problem, then your choices (using FOP) are 1) upgrade, 2) do without multithreading, 3) live with it the way it is, 4) find the changes in the source tree that affect multithreading & merge them into 0.20.4 (probably more risky than the upgrade). I wish I had a better answer. We're working on improvements to this in the redesign code. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
