Re: ref counting in Bonobo




> If I have understood it right, we have a
>  interface Ping {
> 	  void Foo ();
>  };
> 
> that all Gnome objects should implement, and that should be used as "ticket"
> when a "client" want's to connect to a "server".

What if the server is just swapped out?  Or if the net connection is
temporarly down?

What is the metric to decide when an object must die and not?

All these and more are good interesting topics for research in
distributed garbage collection, which I am not going to attempt to
address myself :-)

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]