Can MCR run multiple instance?

2 views (last 30 days)
Chao-Wen
Chao-Wen on 24 Dec 2014
Answered: Image Analyst on 24 Dec 2014
I have problem to solve how to run something parallel without using a parallel toolbox. (i'am using C# for my application)
I don't need some fast parallel operations ,i just want to run one simple function while other long process is running, and not to wait while this long process is over.
I saw a aricle discuss the same topic, but it is be answered in 2012.
Can newer MCR version support multiple instance?
My MCR version is R2014b
Thank you

Answers (1)

Image Analyst
Image Analyst on 24 Dec 2014
I'm pretty sure you can run two executables at one time. Now whether that is a single instance of MCR serving both processes, or two separate instances of the MCR server, I'm not sure. I don't think it matters as long as both run. Just try it and see if your short simple processed, started after your longer more computationally expensive process has started, finishes in a short time.

Categories

Find more on Parallel Computing Fundamentals in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!