garbage collection on reset

2002-05-15 Thread Torsten Erler
Hi all! Can I (and if yes, how can I) configure the MEM_PROFILE_WITH_GC variable on StreamRenderer to run garbage collector every start and finish to save memory on batch printing? Additional, please take a look on FopImageFactory. This class holds strong references to every loaded image. No

RE: garbage collection on reset

2002-05-15 Thread Arved Sandstrom
collection on reset Can I (and if yes, how can I) configure the MEM_PROFILE_WITH_GC variable on StreamRenderer to run garbage collector every start and finish to save memory on batch printing? Additional, please take a look on FopImageFactory. This class holds strong references to every loaded

RE: garbage collection on reset

2002-05-15 Thread Torsten Erler
points. Hope that helps cu Torsten -Original Message- From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 15. Mai 2002 12:29 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: garbage collection on reset Hi, Torsten All points are noted. I am not sure I

RE: garbage collection on reset

2002-05-15 Thread Keiron Liddle
Hi, It sounds like you need the implementation of caching that is in the cvs development. It will be possible to specify different caching methods and to cache with a context (eg. per document). It also releases images (to a weak hashmap) after the renderer is finished with them. On Wed,