On Mon, Nov 2, 2015 at 8:27 AM, LJ wrote:
> Im wondering if there is a way in which I can use PyPy to solve the just
> subproblems in parallel, and return to CPython for the overall routines.
>
You could. What you'd have would be a setup where the subprocess is
utterly independent of the parent;
By the way, Im using python 2.7.
Thanks
--
https://mail.python.org/mailman/listinfo/python-list
Hi All.
I hope you're having a good weekend. Im working on a large scale optimization
problem which invokes the Gurobi solver from python. Before invoking the solver
I use pure python to solve five subproblems in parallel using the
multiprocessing module. These subproblems are the bottleneck of