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:
"
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
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