threading support in python
km
srikrishnamohan at gmail.com
Mon Sep 4 11:32:16 EDT 2006
Hi all,
Are there any alternate ways of attaining true threading in python ?
if GIL doesnt go then does it mean that python is useless for
computation intensive scientific applications which are in need of
parallelization in threading context ?
regards,
KM
---------------------------------------------------------------------------
On 4 Sep 2006 07:58:00 -0700, bayerj <bayerj at in.tum.de> wrote:
> Hi,
>
> GIL won't go. You might want to read
> http://blog.ianbicking.org/gil-of-doom.html .
>
> Regards,
> -Justin
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
More information about the Python-list
mailing list