This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anilb
Recipients Stanislaw Izaak Pitucha, anilb, davin
Date 2020-11-15.20:23:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605471836.52.0.930302940943.issue25053@roundup.psfhosted.org>
In-reply-to
Content
from multiprocessing import Pool

l_adt=ldir()
l_ln=len(l_stk)
p = Pool(processes=l_ln)
df = p.map(ld_df1, [i for i in l_adt])

l_ln=12 processes
Above is the self explanatory code snippet

IS there a resolution ?
History
Date User Action Args
2020-11-15 20:23:56anilbsetrecipients: + anilb, davin, Stanislaw Izaak Pitucha
2020-11-15 20:23:56anilbsetmessageid: <1605471836.52.0.930302940943.issue25053@roundup.psfhosted.org>
2020-11-15 20:23:56anilblinkissue25053 messages
2020-11-15 20:23:56anilbcreate