Hello,
has anyone successfully used multithreading or multiprocessing with Python.Net?
I tried to multi-thread from the .Net side and the Python.Net libraries seem to have issues in the RunScript method. I had to take an implementation off the web of that method because the shipped method doesn’t seem to work.
I then had a working multi-processing example from CPython that I tried from Python.Net but it gives an error
'module' object has no attribute 'argv'
When trying to create a process pool by executing the line
pool = Pool(processes=4)
Is it possible to do multithreading or multiprocessing with Python.Net?
Thanks,
Alan
Hi all,
Please welcome our new core developer, @dmitriyse (Dmitriy Ivanov), whose
.NET Core and GC fixes to pythonnet are outstanding! Other core developers
@filmor @vmuriart @tonyroberts collectively made this decision. All pull
requests have to be reviewed by at least 2 core developers, even for
contributions from other core developers.
We also have a new gitter chat, which is open to everyone and is quite
responsive.
https://gitter.im/pythonnet/pythonnet
The other private slack chat is intended for discussing the development
activities and for core developers:
https://pythonnet.slack.com
Regards,
Denis