michalwidera / retractordb

RetractorDB - Time Series Database
http://retractordb.com
MIT License
3 stars 2 forks source link

Correct potential continuous time error #43

Open michalwidera opened 11 months ago

michalwidera commented 11 months ago

I think that in main loop there could appear continious time error cumulation. We need to examine it this issue exist and make some time correction in long term RT system executuion

michalwidera commented 11 months ago

file: executorsm.cpp function: int executorsm::run(bool verbose, int iTimeLimitCntParam)

code line: boost::this_thread::sleep_for(boost::chrono::milliseconds(period));

This period could flow and need adjustemt in time