4 minute read
I have recently converted a farily large object oriented python program to use the python standard multiprocessing library. I ran into some minor issues along the way, so I thought I would highlight the issues and how I was able to work around it.
Continue Reading