First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I use the multiprocessing module to run multiple instances of PSSe but avoid GUI's with parallel processing.
Try putting the initial calls to PSSe inside the longrunningpsse_process().
Also, does the python code in longrunningpsse_process() closes PSSe and any log file before returning?