[execnet-dev] Sub-processes PyPy

Maciej Fijalkowski fijall at gmail.com
Sat Nov 7 10:02:23 EST 2015


Hi Luis

Things should work on pypy without any problem whatsoever, just like
with normal python.

Cheers,
fijal

On Thu, Nov 5, 2015 at 4:36 PM, Luis José Novoa <luisjosenovoa at gmail.com> wrote:
> Hi Everyone,
>
> As part of a large scale optimization application, I am using the python
> multiprocessing module to execute a procedure several times in parallel.
> These executions in turn, return results used by other procedure, and the
> whole thing repeats iteratively. I would like to call PyPy only for the
> subprocesses (to improve performance), as in the main procedure I use
> libraries like gurobipy, which are not compatible with PyPy. I looked at the
> documentation of execnet online, but I could not find examples for
> communication between CPython and PyPy.
>
> Any suggestions for using CPython + Multiprocessing with PyPy would be
> highly appreciated.
>
> Have a great day.
>
> --
> Luis J. Novoa
>
> _______________________________________________
> execnet-dev mailing list
> execnet-dev at python.org
> https://mail.python.org/mailman/listinfo/execnet-dev
>


More information about the execnet-dev mailing list