What is the lifetime of singleton server in remoting
Is it garbage collected after not being used for some time or it stays up upon instantciation once.
If not then is it a good idea to set the server lease time to infinity. How would that impact the helper objects that server object creates.