Memory leak in FOP

2011-09-07 Thread Jonathan Levinson
To speed up FOP rendering, I have developed a multi-threaded program that initializes a FOP factory and shares it amongst the thread instances. We experience a large performance increase because we are not starting a JVM on each instance of FOP rendering and we are not creating a FOPFactory for

Re: Memory leak in FOP

2011-09-08 Thread Alexios Giotis
Hi Jonathan, We are running FOP multi-threaded in many production systems. Each system is creating thousand documents per day (typically 100 -500 thousand PDFs) and I have not noticed any memory leak. Having said that, our servers are running with large memory heaps (6-10GB), FOP uses a lot of

RE: Memory leak in FOP

2011-09-08 Thread Jonathan Levinson
nal Message- > From: Alexios Giotis [mailto:alex.gio...@gmail.com] > Sent: Thursday, September 08, 2011 5:09 AM > To: fop-users@xmlgraphics.apache.org > Subject: Re: Memory leak in FOP > > Hi Jonathan, > > We are running FOP multi-threaded in many production systems. Each sy

RE: Memory leak in FOP

2011-09-08 Thread Jonathan Levinson
o: fop-users@xmlgraphics.apache.org > Subject: Re: Memory leak in FOP > > Hi Jonathan, > > We are running FOP multi-threaded in many production systems. Each system is > creating thousand documents per day (typically 100 -500 thousand PDFs) and I > have not noticed any memory leak.

Re: Memory leak in FOP

2011-09-08 Thread Terence M. Bandoian
, September 08, 2011 5:09 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Memory leak in FOP Hi Jonathan, We are running FOP multi-threaded in many production systems. Each system is creating thousand documents per day (typically 100 -500 thousand PDFs) and I have not noticed any memory leak. Having

Re: Memory leak in FOP

2011-09-08 Thread Alexios Giotis
>> Best Regards, >> Jonathan Levinson >> >> >>> -Original Message- >>> From: Alexios Giotis [mailto:alex.gio...@gmail.com] >>> Sent: Thursday, September 08, 2011 5:09 AM >>> To: fop-users@xmlgraphics.apache.org >>> Subject

RE: Memory leak in FOP

2011-09-08 Thread Jonathan Levinson
Thank you Alexios! Best Regards, Jonathan Levinson > -Original Message- > From: Alexios Giotis [mailto:alex.gio...@gmail.com] > Sent: Thursday, September 08, 2011 10:34 AM > To: fop-users@xmlgraphics.apache.org > Subject: Re: Memory leak in FOP > > Synchronizing the

Re: Memory leak in FOP

2011-09-09 Thread Simon Pepping
On Thu, Sep 08, 2011 at 05:33:44PM +0300, Alexios Giotis wrote: > > It would be good if Apache FOP created bug-fix releases sooner. Indeed, it would. That, and processing patches faster, would be possible if FOP would have more committers. Simon -