Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99334 > unrolled thread

Multiprocessing PyPy-CPython

Started byLJ <luisjosenovoa@gmail.com>
First post2015-11-24 06:04 -0800
Last post2015-11-24 06:04 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Multiprocessing PyPy-CPython LJ <luisjosenovoa@gmail.com> - 2015-11-24 06:04 -0800

#99334 — Multiprocessing PyPy-CPython

FromLJ <luisjosenovoa@gmail.com>
Date2015-11-24 06:04 -0800
SubjectMultiprocessing PyPy-CPython
Message-ID<a2205fed-2a08-41f0-bfca-85811b65d569@googlegroups.com>
Hi everyone.

Im trying to solve some problems in parallel using the multiprocessing module in Python 2.7. A general model is built using CPython and then the subproblems are solved in parallel returning results in a queue. This is currently working fine. I would like to solve the subproblems using PyPy to increase speed.
I found http://project-trains.tumblr.com/post/102076598295/multiprocessing-pypy , but there it says that the procedure only works with CPython 3.4.

I wonder is there is any clean direct way to do this.

Appreciate any help.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web