[Python-ideas] solving multi-core Python

Eric Snow ericsnowcurrently at gmail.com
Wed Jun 24 07:30:13 CEST 2015


On Sun, Jun 21, 2015 at 6:13 AM, Devin Jeanpierre
<jeanpierreda at gmail.com> wrote:
> The solution has threads that are remarkably like
> processes, so I think it's really important to be careful about the
> differences and why this solution has the advantage. I'm not seeing
> that.

Good point.  I still think there are some significant differences (as
already explained).

>
> And remember that we *do* have many examples of people using
> parallelized Python code in production. Are you sure you're satisfying
> their concerns, or whose concerns are you trying to satisfy?

Another good point.  What would you suggest is the best way to find out?

-eric


More information about the Python-ideas mailing list