I’m currently using the Total package as a trial. I’m trying to convert MS (doc,docx,xls,xls) to PDF, so i put together an application that will stress test this feature.
I’ve noticed some considerable memory leaks in using the product, and wanted to ask whether or not there was a proper way to garbage collection with your controls. I’m using C# with framework v4.
tx
Hi,
this is in regards to memory leaks, not conversion times. so not sure if you are confusing answering this thread for another thread.
What i’m seeing anyway might not be memory leak, but won’t really be sure till i do 100s of iterations. But i think the control is just caching alot of what its doing, which is of course fine. When the entire application is exited, and the controls at that time are garbage collected, i see the memory coming back. so i don’t see at this time, this being a problem.
Hi,