Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For achieving more performance  we change this new script from unithreaded to multi-threaded i.e data collection and data analysis operations run in parallel to each other. The mechanism is that when the data is downloaded for 5 monitoring sites a separate thread is created and this collected data is passed to this new thread for analysis operations and at the same time data collection for other monitoring sites is also running in parallel to this analysis thread.