Re: FOP in a multithreading environment

2002-04-02 Thread Jeremias Maerki
A few problems have been resolved since then, but some still persist. A known problem is NPE's within image loading code. See: http://marc.theaimsgroup.com/?l=fop-dev&m=101496883317389&w=2 > I am running FOP in a SOAP context. I have started to stress test my code. > As soon as I enable a second

FOP in a multithreading environment

2002-04-02 Thread David B. Bitton
I am running FOP in a SOAP context. I have started to stress test my code. As soon as I enable a second thread hitting my SOAP server, FOP fails. I noticed rumbling in the mailing back around ver. 0.18.1 about thread safety. Is there something I should do, or is this still a bug in the code? --