[Python-ideas] solving multi-core Python
Chris Angelico
rosuav at gmail.com
Sun Jun 21 02:41:54 CEST 2015
On Sun, Jun 21, 2015 at 7:42 AM, Eric Snow <ericsnowcurrently at gmail.com> wrote:
> * disallow forking within subinterpreters
I love the idea as a whole (if only because the detractors can be told
"Just use subinterpreters, then you get concurrency"), but this seems
like a tricky restriction. That means no subprocess.Popen, no shelling
out to other applications. And I don't know what of other restrictions
might limit any given program. Will it feel like subinterpreters are
"write your code according to these tight restrictions and it'll
work", or will it be more of "most programs will run in parallel just
fine, but there are a few things to be careful of"?
ChrisA
More information about the Python-ideas
mailing list