freebsd and multiprocessing
- From: Tim Arnold <a_jtim@xxxxxxxxxxxxx>
- Date: Tue, 2 Mar 2010 08:31:16 -0800 (PST)
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 will not function, see issue 3770.
As far as I can tell, I have no need to synchronize the processes--I
have several processes run separately and I need to know when they're
all finished; there's no communication between them and each owns its
own log file for output.
Is anyone using multiprocessing on FreeBSD and run into any other
gotchas?
thanks,
--Tim Arnold
.
- Follow-Ups:
- Re: freebsd and multiprocessing
- From: Philip Semanchuk
- Re: freebsd and multiprocessing
- Prev by Date: Queue peek?
- Next by Date: Re: Draft PEP on RSON configuration file format
- Previous by thread: Queue peek?
- Next by thread: Re: freebsd and multiprocessing
- Index(es):
Relevant Pages
|