Matlab Production Server: accessing environment/persistent variables on a matlab server
显示 更早的评论
Use-case:
Persistent & changing data (clients can change it during a call) across function calls made by clients towards a matlab server.
Best procedure for this?
thanks
回答(1 个)
Nicole Bonfatti
2026-5-6,19:33
0 个投票
I do not recommend environment variables for this, but MATLAB Production Server can be connected to an in-memory cache called Redis.
Here's the relevant documentation: https://www.mathworks.com/help/mps/ml_code/use-a-data-cache-to-persist-data.html
类别
在 帮助中心 和 File Exchange 中查找有关 Enterprise Deployment with MATLAB Production Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!