Multithreading Caffe aplication with Matlab engine

I am using parallel computing tool box to run two threads out of which one is calling Caffe and other is utilizing outputs of previous Caffe call.
Any one have any idea whether both the threads share the same Matlab workspace or not?

 채택된 답변

Walter Roberson
Walter Roberson 2017년 1월 16일

0 개 추천

No. At most futures that happened to get dispatched to the same worker might have access to the same workspace.
I do not know the extent to which two futures on the same worker might be able to share objects; plausibly they might be able to use assignin('base') or per-worker "global" to access the same memory.
If you have two futures that might have been assigned to different workers, then you have to pull the values from the first future into the main thread before dispatching to the other future.

댓글 수: 1

Good morning. That future you menthioned before... have arrived today december 2023?
I need to run two GUI`s at the same time. I tryed with parpool but without success

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기

질문:

2017년 1월 16일

댓글:

2023년 12월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by