The real question should be "Do I need to call the garbage collection in my app" ? :P
And the answer seems to be "YES"! On Mon, Mar 9, 2009 at 5:40 PM, Thomas Müller <[email protected]>wrote: > Hi, > > On Mon, Mar 9, 2009 at 5:36 PM, Paco Avila <[email protected]> wrote: > > I've reading http://wiki.apache.org/jackrabbit/DataStore and there is a > > reference to "Running data store garbage collection". Actually do I need > to > > perform this task or is already implemented in the core? > > Both :-) The garbage collection is implemented, but you need to call > it from within your application. > > For a code example see http://wiki.apache.org/jackrabbit/DataStore > "Running data store garbage collection" > > Regards, > Thomas > -- Paco Avila GIT Consultors tel: +34 971 498310 fax: +34 971496189 e-mail: [email protected] http://www.git.es
