Hi, On 2/27/06, Carlos Villegas <[EMAIL PROTECTED]> wrote: > > I'm currently trusting on the RMI distributed garbage collector (DGC) > > to clean up unclosed sessions. The end result should be similar to > > locally abandoned sessions. > > [...] > > How long before an dangling session is closed this way? Is there some > expiry time we can configure?
The RMI DGC lease time is controlled by the java.rmi.dgc.leaseValue system property. See the link below for more details: http://java.sun.com/developer/onlineTraining/Programming/JDCBook/rmi.html#garbage But, as mentioned by Stefan, this is probably not the cause of your problem. BR, Jukka Zitting -- Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED] Software craftsmanship, JCR consulting, and Java development
