I had an issue with multithreading but it was as a result of my code and not FOP. I have the Driver object as a global in my SOAP class, so it was getting detroyed because I had the class set to Application for its lifetime setting. Once I made Driver a local, created a new instance for each call, and passed it directly to my helper function, everything works fine.
-- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT ----- Original Message ----- From: "Jeremias Maerki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 8:05 AM Subject: Re: Multithreading FOP ? > > could you precise the degree of threadsafeness ? > > I read about the problems with the image package, are there other areas ? > > I think that's the worst bug right now. There is another one, but I > can't find it anymore. > > > The possible use of FOP in WebSphere without any servlet is currently my > > interest. > > Sure, one could use some pessimistic concurrency implementation like monitor > > objects and other locks. > > > > Do people using FOP in a servlet environment have problems beside image > > stuff ? > I'm not using it in a servlet environment but I restricted our server to > process only one document at once because of these problems. > > Cheers, > Jeremias Märki > > mailto:[EMAIL PROTECTED] > > OUTLINE AG > Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern > Tel. +41 41 317 2020 - Fax +41 41 317 2029 > Internet http://www.outline.ch > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]