Re: [general][DGC] Java Distributed Garbage Collection in RMI

2006-08-24 Thread Mikhail Markov
Wow - true DGC is really a cool thing! And i agree with you that there is very few RMI DGC docs. If your need some details about Harmony rmi dgc implementation - feel free to ask. Regards, Mikhail On 8/24/06, FaeLLe <[EMAIL PROTECTED]> wrote: Yes I should have the implementation completed by

Re: [general][DGC] Java Distributed Garbage Collection in RMI

2006-08-24 Thread Mikhail Markov
[let's add prefix to the subject line]   Hi Vikram,   I've attached test.txt file containing all necessary java sources as well as test output on Harmony (actually, it's the same on RMI also).   Regards, Mikhail  On 8/23/06, FaeLLe <[EMAIL PROTECTED]> wrote: Hello Mikhail,Thanks for the reply !Howe

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread FaeLLe
Yes I should have the implementation completed by October by which time I will produce performance testing statistics and code to the community. At the moment the highly undocumented nature of the Java RMI dgc interfaces is proving to be a stumbling point hence I have turned to the Harmony maili

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread Weldon Washburn
Vikram, I believe the right place to look for MMTk is on the JikesRVM web page at jikesrvm.sourceforge.net. MMTk contains a bunch of different garbage collectors and is written in Java. Its interesting what you are discovering in distributed GC. Do you plan to do an Apache open source version o

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread FaeLLe
Hello Weldon, I am currently working on the DGC interface on a Java level so that it can work on top of the JVM. My modification is entirely is on the Java level. What I am working on the implementeation of a Distributed Reference Listing algorithm for RMI DGC. We have identified faults in the a

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread Weldon Washburn
On 8/22/06, FaeLLe <[EMAIL PROTECTED]> wrote: Forwarding message to Harmony list as it was rejected previously as spam probably due to ZIP attachement and links in body. > From: FaeLLe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 2:27 PM > To: Morozova, Nadezhda > Subject: Java Gar

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread FaeLLe
Hello Mikhail, Thanks for the reply ! However your email only contained the attachement of the output do not see the modified sources. If you could reply with them it would be nice. Thanks, - Vikram Mohan On 8/23/06, Mikhail Markov <[EMAIL PROTECTED]> wrote: Hi Vikram, First of all, what r

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread Mikhail Markov
Hi Vikram,   First of all, what rmi module are you using: rmi or rmi2? rmi module does not support sun.* properties. Instead it supports a parallel structure of harmony.* ones.   About your question about DGC (i'll use rmi module as an example): Remote object (on server side!) could be collected if

Fwd: Java Distributed Garbage Collection in RMI

2006-08-22 Thread FaeLLe
Forwarding message to Harmony list as it was rejected previously as spam probably due to ZIP attachement and links in body.Removing zip attachement and links.-- Forwarded message -- From: FaeLLe <[EMAIL PROTECTED]>Date: Aug 23, 2006 2:34 AMSubject: Java Distributed Garbage Collectio