<div dir="ltr">Hi,<div><br></div><div>I am trying to do some parallel programming within paraviews python shell and have encountered a problem. If I run the following two lines of code in the python shell, the result is that a whole bunch of new paraview sessions will be started...</div><div><br></div><div><span style="font-family:'Courier';font-size:8.25pt;color:#000000">from multiprocessing import Pool</span><br></div><div><span style="font-family:'Courier';font-size:8.25pt;color:#000000">pool = Pool();</span><span style="font-family:'Courier';font-size:8.25pt;color:#000000"><br></span></div><div><span style="font-family:'Courier';font-size:8.25pt;color:#000000"><br></span></div><div>It appears that a new paraview session is being created for each thread of the thread pool. Unfortunately, I am not able to then use the thread pool to run functions assynchronously.<span style="font-family:'Courier';font-size:8.25pt;color:#000000"><br></span></div><div><br></div><div>Regards,</div><div>Bruce</div></div>