K 10 svn:author V 3 phk K 8 svn:date V 27 2005-09-04T19:14:19.000000Z K 7 svn:log V 353 Remove a race condition that could result in processes being stuck waiting for geom events to happen: Instead of maintaining a count of outstanding events, simply look if the queue is empty. Make sure to not remove events from the queue until they are executed in order to not open a new race. Much work by: pjd Tested by: kris MT6: yes, should be. END