Community
Participate
Working Groups
The StatusMonitor class needs to be updated to include the same changes that have been made to DStoreStatusMonitor.
The changes include: 1) using wait/notifyAll for event handling instead of sleep calls 2) not distinguishing between main thread and non-main thread waiting since Display.readAndDispatch() should not be used. 3) checking to make sure that the DataStore status is "Okay"
Created attachment 182213 [details] patch for the update to StatusMonitor
I've committed the change to cvs.