Re: Exceptions while running embedde fop multithreaded

2002-02-13 Thread Paul . Hussein
: Subject: Re: Exceptions while running embedde fop multithreaded Running several threads calling org.apache.fop.apps.Driver.run(Driver.java:508) causes nullpointer exceptions. Is FOP meant to support asynchronous calls and have I found a bug, or is it not thread safe ? When I last browsed

Re: Exceptions while running embedde fop multithreaded

2002-02-13 Thread Jeremias Maerki
Who are the developers of FOP. The committers (see file STATUS) and everyone who submits patches to this list. How do I ask to get a multithreaded version of FOP, or get that on the requirements list. I could probably do it, but it needs to be maintained. It is on the requirements list even

Re: Exceptions while running embedde fop multithreaded

2002-02-13 Thread Keiron Liddle
On 2002.02.13 10:42 Jeremias Maerki wrote: It is on the requirements list even if it's not explicitly stated. Right, Keiron? Even if it's not on the official one, it's on mine. FOP is in a redesign right now, so it would make sense to help out there to fix multi-threading issues. You're

Re: Exceptions while running embedde fop multithreaded

2002-02-12 Thread Arnd . Beissner
Running several threads calling org.apache.fop.apps.Driver.run(Driver.java:508) causes nullpointer exceptions. Is FOP meant to support asynchronous calls and have I found a bug, or is it not thread safe ? When I last browsed in the source code (0.20.2 I think), I had the impression that