(EN) -> Such as calculation schedulers, whereby one calculation depends on the completion of another calculation.
Such calculations could be for inserting aggregated data into analytics database etc. We discovered Quartz.NET and resolved this problem, we can pool all the calculations in our calc engine and they are ordered with a 'manual' inheritance tree via `Quartz.NET`.
Problem exists with thread failing, but that's another story.
Such calculations could be for inserting aggregated data into analytics database etc. We discovered Quartz.NET and resolved this problem, we can pool all the calculations in our calc engine and they are ordered with a 'manual' inheritance tree via `Quartz.NET`.
Problem exists with thread failing, but that's another story.
Sorry for no RU.