An Automatic Configuration Approach to Improve Real-Time Application Throughput While Attaining Determinism

Xiaowei Zhang,Donggang Cao,Yunpeng Gao,Xiangqun Chen,Hong Mei
DOI: https://doi.org/10.1109/COMPSAC.2010.73
2010-01-01
Abstract:Determinism and throughput are two important performance measures for Java-based real-time applications, but they often conflict. Therefore, it is significant to improve throughput for Java-based real-time applications while guaranteeing its execution time determinism. In this paper, we propose an automatic configuration approach to assign real-time thread priorities to solve the above-mentioned problem. In this approach, we propose an innovative representation of determinism related with real-time thread priorities using stochastic process. Java-based real-time application's throughput is quantified with thread priorities as parameters. The algorithm of integer programming is used to optimize throughput with boundary conditions of the level of determinism. Finally, the Sweet Factory application is tested to evaluate the effect of our approach. Experiment results show that throughput for Java-based real-time applications could be efficiently improved while keeping the execution time determinism with our approach.
What problem does this paper attempt to address?