gpilab / framework

The GPI framework provides the canvas for graphically assembling algorithms.
Other
20 stars 7 forks source link

Termination of Multipleprocessing/Pool #64

Open TCC-dev opened 2 years ago

TCC-dev commented 2 years ago

The multiple processing tasks do not seem to terminate themselves right away if the parental node is interrupted. If each process has an end then the process will be ended at the end eventually. But if a process falls in an infinite loop or becomes halted, the process will stay in the background even after the parental node is refreshed or the GPI is closed. Is it possible to have the mulitple processing framework to be controlled by the parental GPI node when interruption occurs?