I'm trying to have a basic counter in the 'test' function that increments for each iteration (list1 item).
I can't get it to work, been trying for hours. Any ideas what I'm doing wrong?
from multiprocessing import Pool, Manager
def test(current_item, counter):
counter = counter + 1...
Multiprocessing is kicking my ass :mad::mad::mad:
I've read over 30 tutorials and watched countless videos and still can't write my own custom multi-threaded script in the way I need. I'm on my 3rd day of doing nothing but trying to figure this out lol.
Here's the issue.. I have a script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.