Thank you for your prompt reply. In general I am talking about Garbage Collection of PEs. Removing PE objects based on the available system memory and the impact the object may have on the overall performance of the system. But I have some doubts, in terms of:
How are PEs located? ( All PEs stay in a cache managed by LoadingCache object or in another place and only the most used are in the cache? ) How are PEs controled? ( Are they just defined in setPECache()? ) What relation about the simple garbage collection process (or others) and the java garbage collection? And again, Does anybody tried to implement it? Is it a relevant feature for S4? Is it possible? Best regards, Danilo P. 2014/1/14 kishore g <g.kish...@gmail.com> > Can you provide more info on the topic. Are you talking about Garbage > collection of PEs. There is simple garbage collection process that expires > a PE after certain time of inactivity. > > thanks, > Kishore G > > > On Tue, Jan 14, 2014 at 9:26 AM, Danilo Pinto da Silva < > danilob...@gmail.com > > wrote: > > > Hello, > > > > I'm starting my masters research, and I some colleagues suggested me > > propose and implement a garbage collector for S4. > > Does anybody tried to implement it? Is it a relevant feature for S4? > > Any comments are welcome (even in private if you prefer). > > > > Best regards, > > Danilo P. > > >