[IronPython] multiprocessing in 2.7

Markus Schaber m.schaber at 3s-software.com
Thu Mar 24 14:28:58 CET 2011


Hi, Romain,

Romain Gilles wrote:
> from multiprocessing import Process

A small remark: 
The main usage of the multiprocessing module is to work around the global interpreter lock (GIL) in cPython.

As IronPython does not have that GIL, maybe you can create a scalable application just fine without the multiprocessing module, maybe using the .NET ThreadPools

Grüße,
Markus



More information about the Ironpython-users mailing list