[BangPypers] problem in implementing multiprocessing

Anand Balachandran Pillai abpillai at gmail.com
Thu Jan 15 07:42:46 CET 2009


The new multiprocessing module in py3k allows you
to do just that.

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

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


More information about the BangPypers mailing list