Exploiting Dual Core's with Py_NewInterpreter's separated GIL ?

"Martin v. Löwis" martin at v.loewis.de
Thu Nov 9 15:02:06 EST 2006


robert schrieb:
>>> what about speed. Is it true that IronPython is almost as fast as
>>> C-Python meanwhile?
> 
> thus there would be crash if 2 threads use the global variables
> (module.__dict__) of a module?

IronPython uses the .NET virtual machine. That, in itself, gives
consistency guarantees. Read the ECMA IL specification to find
out what the consistency model is.

Regards,
Martin



More information about the Python-list mailing list