Open
Description
Hi,
In the office we have tried to use jnius in a multiprocess environment.
This has been very problematic on linux where the whole thing hangs almost always.
In Windows it works.
It seems that if I set python's processes to spawn
rather than fork
, it works.
Java version does not seem to be relevant (1.8, 1.14, 1.17 all behave the same).
Python 3.6 and 3.8 are affected.
Is this supported at all?
Activity