On 3/2/2010 12:59 PM, Tim Arnold wrote:
>
> I'll write some test programs using multiprocessing and see how they
> go before committing to rewrite my current code. I've also been
> looking at 'parallel python' although it may have the same issues.
> http://www.parallelpython.com/
>
parallelpytho
On Mar 2, 2010, at 1:31 PM, Tim Arnold wrote:
On Mar 2, 12:59 pm, Tim Arnold wrote:
On Mar 2, 11:52 am, Philip Semanchuk wrote:
On Mar 2, 2010, at 11:31 AM, Tim Arnold wrote:
Hi,
I'm intending to use multiprocessing on a freebsd machine (6.3
release, quad core, 8cpus, amd64). I see in th
On Mar 2, 12:59 pm, Tim Arnold wrote:
> On Mar 2, 11:52 am, Philip Semanchuk wrote:
> > On Mar 2, 2010, at 11:31 AM, Tim Arnold wrote:
>
> > > Hi,
> > > I'm intending to use multiprocessing on a freebsd machine (6.3
> > > release, quad core, 8cpus, amd64). I see in the doc that on this
> > > plat
On Mar 2, 11:52 am, Philip Semanchuk wrote:
> On Mar 2, 2010, at 11:31 AM, Tim Arnold wrote:
>
>
>
>
>
> > Hi,
> > I'm intending to use multiprocessing on a freebsd machine (6.3
> > release, quad core, 8cpus, amd64). I see in the doc that on this
> > platform I can't use synchronize:
>
> > ImportE
On Mar 2, 2010, at 11:31 AM, Tim Arnold wrote:
Hi,
I'm intending to use multiprocessing on a freebsd machine (6.3
release, quad core, 8cpus, amd64). I see in the doc that on this
platform I can't use synchronize:
ImportError: This platform lacks a functioning sem_open
implementation, therefore
Hi,
I'm intending to use multiprocessing on a freebsd machine (6.3
release, quad core, 8cpus, amd64). I see in the doc that on this
platform I can't use synchronize:
ImportError: This platform lacks a functioning sem_open
implementation, therefore, the required synchronization primitives
needed wi