Reputation: 21
I need to decide on the best tools and frameworks to develop a soft real-time system that ensures high determinism.
System Requirements: Runs different models, algorithms, and an emulated system in a loop. Components must communicate efficiently with each other, in clock syncrhonous manner. Will be deployed on a high-performance computer or a distributed system of 2-3 nodes connected over LAN.
Key Considerations:
Looking for performance-focused, deterministic solutions in C and C++. Any insights/resources on scheduling, frameworks, environment setup, and real-time best practices would be greatly appreciated!
I have tried examples with POSIX threads, but I need to decide on tools and frameworks to start, and the purpose of the question is to get information on it.
Upvotes: 0
Views: 38