[SciPy-Dev] BSP interface in the SciPy.

Sturla Molden sturla at molden.no
Tue Feb 14 12:55:25 EST 2012


On 14.02.2012 17:58, Thomas Kluyver wrote:

> Python 3.2 has a Barrier class for threading, but seemingly not yet
> for multiprocessing. I imagine it would be a logical addition, since
> the other synchronisation types from threading are available for
> multiprocessing.

Ok, I am still on 2.7 :-)

There are dozens of ways to make a barrier too. The one I used is 
certainly not the fastest, but it has a combinatoral beauty to it, like 
a butterfly :-)



Sturla



More information about the SciPy-Dev mailing list