allthekernels icon indicating copy to clipboard operation
allthekernels copied to clipboard

Make cell blocking

Open davidbrochart opened this issue 3 years ago • 2 comments

Thanks for this great "meta"-kernel! One thing though, when executing two consecutive cells which use a different kernel, the second cell won't wait for the first one to finish, if the kernel of the second cell is not busy. In other words, the execution state is per kernel. While that may be useful in some situations, would it be possible to optionally block the execution until all kernels are idle?

davidbrochart avatar Oct 16 '20 09:10 davidbrochart

:+1: this is the main issue that we are seeing with allthekernels!

SylvainCorlay avatar May 03 '21 16:05 SylvainCorlay

Yeah, definitely makes sense. I think reworking the relay_to_kernel to also wait for replies should work for this.

minrk avatar May 04 '21 08:05 minrk