RMI Reaper thread...
843793Sep 13 2001 — edited Sep 13 2001Hi all,
I have an application, in which Iam binding two RMI
objects to an RMI Registry. The registry is started
out of the application's JVM. During shutdown
of the application, I'm unbinding the two objects(successfully). However, the program doesnt seem
to end. It is just hanging even after the end of main() method. When I did a Thread Stack trace, I saw a thread
RMI Reaper(non-daemon) thread just waiting. What is that thread? How to stop it?
I'm using JDK1.3.1 in Windows NT4.0
Balakrishnan.