[Python-ideas] solving multi-core Python

Sturla Molden sturla.molden at gmail.com
Tue Jun 23 00:50:09 CEST 2015


"Gregory P. Smith" <greg at krypto.org> wrote:

> What this means for subinterpreters in this case is not much different from
> starting up multiple worker processes: You need to start them up and wait
> for them to be ready to serve, then reuse them as long as feasible before
> recycling them to start up a new one. The startup cost is high.

The statup cost for worker processes is high on Windows. It is very small
on nearly any other OS.

Sturla



More information about the Python-ideas mailing list