Issue 33737: Multiprocessing not working (original) (raw)

Issue33737

Created on 2018-06-01 17:05 by Puneet Singh, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Prog.py Puneet Singh,2018-06-01 18:27
Messages (3)
msg318433 - (view) Author: Puneet Singh (Puneet Singh) Date: 2018-06-01 17:05
I have attached a sampl program for my project.can anyone help e to solve this multiprocessing problem.I have applied all the tpes of multiprocessing ( map,map_async, starmap, starmap_async, aplly_async) but the result is same that CPU utilisation is one core instead it had to use all of them. The picture for cpu utilisation an be found in github account:- https://github.com/joddiy/multiprocess/issues/1
msg318450 - (view) Author: Puneet Singh (Puneet Singh) Date: 2018-06-01 18:27
Can anyone help me in solving this problem ??
msg318451 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-06-01 18:33
Puneet, sorry but this bug tracker is for reporting issues found with the Python language and its implementation, not for help with programming problems. Please see the Help page on python.org for suggestions on getting help: https://www.python.org/about/help/
History
Date User Action Args
2022-04-11 14:59:01 admin set github: 77918
2018-06-01 18:33:51 ned.deily set status: open -> closednosy: + ned.deilymessages: + resolution: not a bugstage: resolved
2018-06-01 18:27:14 Puneet Singh set files: + Prog.pymessages: +
2018-06-01 17:05:10 Puneet Singh create