Does executing multiple copies of a MATLAB Compiler-generated stand-alone application lead to performance degradation?
4 ビュー (過去 30 日間)
古いコメントを表示
I have a MATLAB Compiler-generated standalone application, deployed to a machine that does not have MATLAB installed on it. Since each instance of the application will load the MATLAB Compiler Runtime (MCR) which is single-threaded, I was wondering if this would slow down all applications.
採用された回答
MathWorks Support Team
2009 年 7 月 2 日
There is no locking and no shared state between applications when using the MATLAB Compiler Runtime (MCR). Because of this, executing several copies of the same application will not decrease performance any more than executing several sessions of MATLAB at the same time, provided there are no issues with memory or disk space.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!