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
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to