mfitzp / pathomx

Workflow based scientific analysis built on Python
https://www.mfitzp.com/tools/pathomx/
GNU General Public License v3.0
91 stars 30 forks source link

External resource lock #15

Closed mfitzp closed 10 years ago

mfitzp commented 10 years ago

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.

mfitzp commented 10 years ago

Implemented in 372e99a8d4