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

Reply via email to