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 <venka...@gmail.com> wrote:
>
>
>
> On Thu, Jan 15, 2009 at 11:11 AM, Sibtey Mehdi <sibt...@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@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>



-- 
-Anand
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to