Re: [Ironpython-users] multi-core programming with iron-python

2014-01-17 Thread Keith Rome
ailto:ironpython-users@python.org>> Subject: Re: [Ironpython-users] multi-core programming with iron-python On Fri, Jan 17, 2014 at 9:35 AM, Bernd Viehmann mailto:bernd.viehm...@googlemail.com>> wrote: Hi folks, in the python wiki i have read the following statement: "

Re: [Ironpython-users] multi-core programming with iron-python

2014-01-17 Thread Jeff Hardy
On Fri, Jan 17, 2014 at 9:35 AM, Bernd Viehmann wrote: > Hi folks, > > in the python wiki i have read the following statement: > > " IronPython has no GIL and multi-threaded code can use multi core > processors" > https://wiki.python.org/moin/IronPython > > Is there anything special to take care o

[Ironpython-users] multi-core programming with iron-python

2014-01-17 Thread Bernd Viehmann
Hi folks, in the python wiki i have read the following statement: " IronPython has *no GIL* and multi-threaded code can use multi core processors" https://wiki.python.org/moin/IronPython Is there anything special to take care off? Or do i just to impotz and use the thread-module of python. I wan