The remote references for ActivationSystem, Activator, and ActivationMonitor
do not need to participate in distributed garbage collection since the
remote objects for such references are strongly held in the activation
process, so they will never be garbage collected anyway. Having those
references participate in DGC is needless and costs lots of dirty
messages (and "dirty" lease renewal messages). This adversely affects
activation system performance.
do not need to participate in distributed garbage collection since the
remote objects for such references are strongly held in the activation
process, so they will never be garbage collected anyway. Having those
references participate in DGC is needless and costs lots of dirty
messages (and "dirty" lease renewal messages). This adversely affects
activation system performance.