Implement a lock for MATLAB, R etc. to prevent multiple tools trying to run code simultaneously.
Both MATLAB and R tools are single-threaded, single instance access so to share between tools a lock is needed. Each tool must wait for the first tool to complete before it can start it's own processing.
Implement a lock for MATLAB, R etc. to prevent multiple tools trying to run code simultaneously.
Both MATLAB and R tools are single-threaded, single instance access so to share between tools a lock is needed. Each tool must wait for the first tool to complete before it can start it's own processing.