On Tue, Feb 3, 2009 at 2:01 PM, Marc Sturlese <[email protected]>wrote:
> > Hey there, > I would like to know if there is any way to stop a dela-import or a > full-import in the middle of the ejecution and free Tomcats memory. There is an 'abort' command for DIH which should do what you want. Most of the DIH related objects should go out of scope once import is aborted. Then it is upto the garbage collector to free the memory. -- Regards, Shalin Shekhar Mangar.
