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 -- http://mail.python.org/mailman/listinfo/python-list