Antwort: Re: AWTRenderer thread safe?

2003-06-16 Thread reto . blunschi
: | |Thema: Re: AWTRenderer thread safe

Re: AWTRenderer thread safe?

2003-06-16 Thread Victor Mote
Reto wrote: I have investigated this and have done some multithreaded tests with AWTRenderer a few months ago. The conclusions can be found in the archives of this list. Summary: - AWTRenderer and all subclasses of it (TIFFRenderer...) are NOT threadsave. - It is not threadsave because the

Antwort: Re: AWTRenderer thread safe?

2003-06-16 Thread reto . blunschi
: | |Thema: Re: AWTRenderer thread safe

RE: AWTRenderer thread safe?

2003-06-15 Thread Victor Mote
J.Pietschmann wrote: Victor Mote wrote: My suggestion then would be to download 0.20.5 see whether it fixes your problem. I think it will, I don't think so. The issue with randomly changing font families and font weights in the AWT renderer has been reported before, and I vaguely

RE: AWTRenderer thread safe?

2003-06-14 Thread Victor Mote
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

Re: AWTRenderer thread safe?

2003-06-14 Thread J.Pietschmann
Victor Mote wrote: My suggestion then would be to download 0.20.5 see whether it fixes your problem. I think it will, I don't think so. The issue with randomly changing font families and font weights in the AWT renderer has been reported before, and I vaguely remember this was deemed a problem

AWTRenderer thread safe?

2003-06-13 Thread Valeiko, Michael
Title: AWTRenderer thread safe? Hi, I am experiencing a weird inconsistent bug and was wondering if it is related to the AWTRenderer. I have embedded fop into a web based app. the can receive multiple print request on separate threads. The printed output sometimes has inconsistent

Re: AWTRenderer thread safe?

2003-06-13 Thread Clay Leeds
Mike, On 6/13/2003 10:49 AM, Valeiko, Michael wrote: I am using 20.4 and jdk1.4.1_02 I don't know if this is a factor, but you might want to test with 0.20.5rc3a just to see if whatever the problem is has been fixed. -- Clay Leeds - [EMAIL PROTECTED] Web Developer - Medata, Inc. -

RE: AWTRenderer thread safe?

2003-06-13 Thread Victor Mote
Valeiko, Michael wrote: Start I am experiencing a weird inconsistent bug and was wondering if it is related to the AWTRenderer. I have embedded fop into a web based app. the can receive multiple print request on separate threads. The printed output sometimes has inconsistent

RE: AWTRenderer thread safe?

2003-06-13 Thread Valeiko, Michael
to releasing and who knows what will break. -Mike -Original Message- From: Victor Mote [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: RE: AWTRenderer thread safe? Valeiko, Michael wrote: Start I am experiencing a weird inconsistent bug