cause2e icon indicating copy to clipboard operation
cause2e copied to clipboard

Allow Java VM restart

Open dg46 opened this issue 2 years ago • 1 comments

Currently, the Java VM cannot be restarted after it is shut down. This limitation can be avoided if we run all tasks that require the VM in a separate process using the multiprocessing module: https://github.com/LeeKamentsky/python-javabridge/issues/88 This would also allow us to run many causal discovery procedures in parallel. A downside is that the start of a new process adds additional overhead that will affect the runtime of an analysis.

dg46 avatar Mar 23 '22 11:03 dg46