Hi,
I'm trying to speed up some easily parallelized calculations in a pythonSop using the multiprocessing module.
But instead of just starting separate python processes it actually starts multiple instances of Houdini.
Has anyone found a way to do this, short of running external .py's? I'd prefer the pythonSop to be self contained.
Thanks in advance