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!