Hi,

I just started exploring the Open Office API. At the moment I am trying to load 
a document using com.sun.star.frame.XComponentLoader. The API is very simple 
and straight forward.

One thing that I am really interested to know at this point is regarding the 
memory management of Open Office. So for this discussion I would like to use 
the XComponent Loader as an example. 

Scenario: I load a document using XComponent Loader. After XComponent Loader 
finish loading the document, how does open office garbage collect the resources 
that XComponentLoader create or use. Does it garbage collect on a certain 
condition, e.g.: run garbage collection when heap size is more than 'X' amount 
? Or does it garbage collect immediately after we finish loading a document ?

Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to