On 27.03.2008 12:02:19 Jason Timmins wrote: > Hi There, > > I know all the talk is of FOP 0.9X and it's all pretty cool but my project > is using good old 0.20.5. > > For performance reasons, I've used IKVM to turn the FOP 0.20.5 binaries into > .NET executables.
For performance reasons? In my tests, FOP is running slower in IKVM than when it's run under a decent JVM. IKVM is fast but it brings some overhead into the picture. > I run it with a .NET version of Saxon to produce PDFs in > large quantities. However, something is leaking memory at the rate of 1Mb > per PDF and it's killing the web server. > > I'm trying to understand whether it's FOP or Saxon or IKVM that's leaking so > massively. One thing is certain, if I drop all the FOP/Saxon/IKVM the .NET > code runs well and doesn't leak. > > I wondered if you guys had any thoughts on this? Simply, does FOP 0.20.5 > leak memory when run continuously in the same execution environment? I don't know of any memory leaks in 0.20.5. A lot of people use (or used) that version in production with no problems. Does .NET not have good tools to track down memory leaks? > Cheers > Jason. > > Jason Timmins (Technical Director) InterLinx Ltd. > Geo: West Mids, UK. Tele: +44 8707 430999. Fax: +44 8707 460999. > Beyond here there be dragons. > > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
