Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99334
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-11-24 06:04 -0800 |
| Message-ID | <a2205fed-2a08-41f0-bfca-85811b65d569@googlegroups.com> (permalink) |
| Subject | Multiprocessing PyPy-CPython |
| From | LJ <luisjosenovoa@gmail.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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Multiprocessing PyPy-CPython LJ <luisjosenovoa@gmail.com> - 2015-11-24 06:04 -0800
csiph-web