RE: resetting image cache during processing

2004-11-30 Thread Agar, Robert
>Agar, Robert wrote: >> Is it safe to call FopImageFactory.resetCache() during processing? >> We need to reduce the memory usage as much as possible, so I was >> considering calling it every time a page rendered info event is >> logged. Or does this sound like a really bad idea? > >It should be sa

Re: resetting image cache during processing

2004-11-29 Thread J.Pietschmann
Agar, Robert wrote: Is it safe to call FopImageFactory.resetCache() during processing? We need to reduce the memory usage as much as possible, so I was considering calling it every time a page rendered info event is logged. Or does this sound like a really bad idea? It should be safe but useless,

resetting image cache during processing

2004-11-26 Thread Agar, Robert
hi all, Is it safe to call FopImageFactory.resetCache() during processing? We need to reduce the memory usage as much as possible, so I was considering calling it every time a page rendered info event is logged. Or does this sound like a really bad idea? cheers Rob