Re: [Ironpython-users] memory fragmentation oder leak in ironpython program / I apologize

2013-12-10 Thread Markus Schaber
m Gesendet: Dienstag, 10. Dezember 2013 05:29 An: Slide Cc: ironpython mailList Betreff: Re: [Ironpython-users] memory fragmentation oder leak in ironpython program / I apologize Hallo Slide, thank you for your answer. I don't knwo if iTextSharp uses IDisposable. I admit, I use it as a bloc

Re: [Ironpython-users] memory fragmentation oder leak in ironpython program / I apologize

2013-12-09 Thread Peter Schwalm
Hallo Slide, thank you for your answer. I don't knwo if iTextSharp uses IDisposable. I admit, I use it as a block box, but at least I suppose it's well written, because I think it is a proven tool. ... and I apologize: I have found the mistake in my own code now. It was a list which - unnece

[Ironpython-users] memory fragmentation oder leak in ironpython program

2013-12-09 Thread Peter Schwalm
Hello, I have an ipy script that manipulates several thousand .pdf documents in a single run via itextsharp. I observe that it is permanently getting slower. After starting the program it processes about 10 documents per second, after processing 5000 documents it does only process 3 oder 4 do