On 12/17/06, James Cameron <quozl at us.netrek.org> wrote: > Change has been made, please test it Zach and let me know how it goes. > See the attached patch, or pull from my repository. Ok. Continuum only has 2 players logged in now. Next time I see a wait queue I will test it. > It has suboptimal side-effects ... > > 1. the lookup is done twice, once on entry to the queue, and then again > on entry to the game, (an optimisation would be to cache the result and > use it on entry), > > 2. the resolver process is defunct until exit from the queue, (an > optimisation would be to check for termination of the resolver while > waiting on queue). Oh I see. Zach