[BangPypers] problem in implementing multiprocessing

Amit k. Saha amitsaha.in at gmail.com
Thu Jan 15 07:44:44 CET 2009


On Thu, Jan 15, 2009 at 12:12 PM, Anand Balachandran Pillai
<abpillai at gmail.com> wrote:
> The new multiprocessing module in py3k allows you
> to do just that.

Looks like it is there in 2.6:
http://docs.python.org/library/multiprocessing.html

>
> In short, this module allows you to do processor based
> threading without getting blocked by the GIL.

On GIL: http://smoothspan.wordpress.com/2007/09/14/guido-is-right-to-leave-the-gil-in-python-not-for-multicore-but-for-utility-computing/

-Amit


>
> --Anand
>
> On Thu, Jan 15, 2009 at 12:02 PM, Venkatraman S <venkat83 at gmail.com> wrote:
>>
>>
>>
>> On Thu, Jan 15, 2009 at 11:11 AM, Sibtey Mehdi <sibteym at infotechsw.com>
>> wrote:
>>>
>>> I am trying to implement the multiprocessing in my application to take
>>> advantage of multiple cores.
>>
>> How is this possible? Elucidate plz.
>>
>> -V-
>> http://twitter.com/venkat83
>>
>>
>> _______________________________________________
>> BangPypers mailing list
>> BangPypers at python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>>
>>
>
>
>
> --
> -Anand
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
Amit Kumar Saha
http://amitksaha.blogspot.com
http://amitsaha.in.googlepages.com/
*Bangalore Open Java Users Group*:http:www.bojug.in


More information about the BangPypers mailing list