Python Specialist - Multiprocessing -- 2
Budget: $10 – $30 USD
Attached is the file with part of the code that I need to adjust.
I have a function called "printInformation" and I need to call it X times simultaneously.
These times will be a parameter.
I have a list and create over 700 possibilities.
I'm passing these possibilities as a parameter to the function and it runs simultaneously.
I would like it to be a FOR and it would call the function X times that is the parameter and wait for the response that all possibilities were processed.
When it receives the response it sends X more possibilities for processing.
I have a function called "printInformation" and I need to call it X times simultaneously.
These times will be a parameter.
I have a list and create over 700 possibilities.
I'm passing these possibilities as a parameter to the function and it runs simultaneously.
I would like it to be a FOR and it would call the function X times that is the parameter and wait for the response that all possibilities were processed.
When it receives the response it sends X more possibilities for processing.