did u find a solution to multiprocess issue?
I am running the multiprocessing.Pool in my script, and when it runs from
python, it opens huge amount of processes till my computer is dead
___
Python.NET mailing list -- [email protected]
To unsubscribe s
Hi, I am using Python.Runtime in C#,
I would like to call 1 function from my script, this function must work in
multip process.
when I call it, it looks like that the sw keep opening new processes forever
till my computer has to be restarted it is like a virus,
my python code:
import math
impor