1.3 15:19:59 Bug fix!
The XML parser is not thread safe.
- Moved code that reads and parses XML config files from in thread initialization into constructors. This affected HA and NHOptimizer.
- This move required that node identifiers be set directly in the constructors rather than before starting the component's thread. I modified BasicComponent's constructor to take the node identifier as argument. I had to modify the constructor of all the Borealis components to support this additional argument.
2004/05/17 mbalazin Added method to Neighborhood optimizer API to allow clients to get the list of times when load movements occured (we might extend this api later to give more details than just the time of the movement).
2004/04/14 mbalazin New dir structure