Matlab's C API interface degrades over time

1 次查看(过去 30 天)
I've been having this issue (for years!), matlab slowing down gradually when running many iterations that use the C interface, which I've been handling by restarting matlab every X iterations:
Now, I'm having a similar issue, but restarting matlab doesn't help and isn't needed. I need to restart my own c++ app that uses matlab's C interface.
My estimate is that matlab's engine dll that my app is using degrades and doesn't reset between new engine connections.
Maybe somehow reloading the engine dlls may be enough?
  2 个评论
Jan
Jan 2023-2-28
I did not observe such a degradation. Of course, the C inrterface is not getting tired.
Can you provide a minimal working example to clarify, what the actual problem is? I'm even not sure what "degrading" means in detail. Do you mean leaking memory or creating zombie threads?
Zohar
Zohar 2023-2-28
编辑:Zohar 2023-2-28
Degrading ("matlab slowing down gradually") means that in the first 20 iterations, an iteration (that makes a few engine calls) takes 12sec to run. Over time, the running time increases, e.g., 1min per iteration after 2000 iterations.
From a first look, the executed matlab script itself takes the same time to run. By either calling the script or exchanging variables with the engine, it gets slower.
A minimal example would be tricky, but I'll give it some thought. Maybe I should start with the examples in the links on my linked thread.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by