Howdy,

>I start it with LocateRegistery.createRegistery(1099) and Registery
>interface and LocateRegistery haven't got any close or destroy and any
>method to stop the RmiRegistery !
>Have you got an idea about it ?

Yeah, that's what I figured.  They should've included a shutdown()
method in that Registry interface.

One thing that might work, though it's ugly, is to look for the
implementing class, which is probably sun.rmi.registry.RegistryImpl, and
see if it has a shutdown() or similar method.

Are you sure it's RMI that's causing this?  You are not starting
non-daemon threads elsewhere?  I have too much faith in the Sun folks
writing this code to believe that's start non-daemon threads and not
give a shutdown mechanism.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to