Matlab Production Server: accessing environment/persistent variables on a matlab server
Ältere Kommentare anzeigen
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
Antworten (1)
Nicole Bonfatti
am 6 Mai 2026 um 19:33
0 Stimmen
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
Kategorien
Mehr zu Enterprise Deployment with MATLAB Production Server finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!