The current RTDS code has several problems:
- The scheduler, although the algorithm is event driven by
nature, follows a time driven model (is invoked periodically!),
making the code looks unnatural;
- Budget replenishment logic, budget enforcement logic and scheduling
decisions are mixe
On Thu, 2016-03-17 at 00:17 -0400, Tianyang Chen wrote:
> The current RTDS code has several problems:
> - The scheduler, although the algorithm is event driven by
> nature, follows a time driven model (is invoked periodically!),
> making the code looks unnatural;
^look