Support Board
Date/Time: Fri, 21 Feb 2025 18:54:29 +0000
Post From: Unable to Download Missing Data
[2020-04-24 15:30:50] |
ejtrader - Posts: 688 |
Wondering if the following logic might be better approach. - Let there be a single copy of scid file shared with any number of DTS instances created. - Let only master instance update the scid files (producer) - Let all the other DTS instances use this data as needed(consumer). Advantages: - There is no need to store the same scid file multiple times depending on the instance - The other DTS threads can be better utilized to serve the trading/computing needs rather than spending time on collecting / storing data |