Is a garbage collector (.net/java) an issue for real-time systems?

To be precise, garbage collectors are a problem for real-time systems. To be even more precise, it is possible to write real-time software in languages that have automatic memory management. More details can be found in the Real Time Specification for Java on one of the approaches for achieving real-time behavior using Java. The idea … Read more