
New submission from Puneet Singh <duhrasoft1@gmail.com>: 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 ---------- components: Library (Lib) messages: 318433 nosy: Puneet Singh, docs@python priority: normal severity: normal status: open title: Multiprocessing not working type: performance versions: Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33737> _______________________________________

Puneet Singh <duhrasoft1@gmail.com> added the comment: Can anyone help me in solving this problem ?? ---------- Added file: https://bugs.python.org/file47629/Prog.py _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33737> _______________________________________

Ned Deily <nad@python.org> added the comment: 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/ ---------- nosy: +ned.deily resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33737> _______________________________________
participants (2)
-
Ned Deily
-
Puneet Singh