I bought a parallel processing toolbox but the java semaphore object isn't being set in worker process.

2 views (last 30 days)
The java semaphore object is being release() on main matlab script, e.g., the count permit increase by 1, but the worker process tryAcquire() with timeout always fails. This is using parfeval().

Accepted Answer

Walter Roberson
Walter Roberson on 9 Oct 2017
The worker and the controlling client are in different processes.

More Answers (0)

Categories

Find more on Asynchronous Parallel Programming 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!