Hi, I was reading through some code to figure out a JMX error that Nabib was seeing and noticed that the DistributedObjectClient could be stopped before the start operation was actually finished. This can put the client into an unknown state. I was thinking of simply making both start() and stop() synchronized, like that they can at least not intertwine. Before I do this, can anyone see any objections, I can't think of any.
Take care, Geert -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
