Posted By:
Alex_Gureev
Posted On:
Monday, July 16, 2001 05:04 AM
Hi.
I have CORBA object on the server side. It's refrence was passed to client side. Client side can terminate execution in two ways (as usual):
1. normal (client normaly destroys CORBA object);
2. abnormal (client looses connection with CORBA object and it stays on server).
How I know when to destroy the object on the server side, if client has lost connection?
Thanks in advance. Alex.
spyro@noizeramp.com