> > Do you exclusively lock the tree when working with it, or does Java >allow some tricks to use the traditional lockless tree updates?
I lock each node while it is being manipulated, so threads that are in different parts of the tree are not obstructed. _______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
