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

Jeff Hardy jdhardy at gmail.com
Fri Jan 17 13:36:00 CET 2014


On Fri, Jan 17, 2014 at 9:35 AM, Bernd Viehmann
<bernd.viehmann at googlemail.com> 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 off? Or do i just to impotz and use
> the thread-module of python. I want to write a script which will read data
> from a ado.net data-table in memory. it should be able to use all cores
> available on the host.

The only special care you have to take is what you normally would when
writing multithreaded code.

If you do hit any issues they might be bugs, so please report what you find.

- Jeff


>
> thanks much and regards
>
> bernd
>
> --
>
> Mit freundlichen Grüßen
>
> Bernd Viehmann
> Mahrweg 46
> 41836 Hückelhoven
>
> Tel.: 02433 9640 100
> Fax: 02433 9640 109
>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> https://mail.python.org/mailman/listinfo/ironpython-users
>


More information about the Ironpython-users mailing list