On Fri, Oct 25, 2013 at 1:01 PM, Gregor Best <[email protected]> wrote: > Hi ports@, > > I recently played around a bit with multiprocessing in Python. I learned > that since OpenBSD has no support for named POSIX semaphores, things like > multiprocessing.Semaphore() and .Queue() are disabled. Since this decreases > the usability of multiprocessing, and since that's "the way to go" to make > Python programs concurrent without hitting the GIL, that's quite a bummer.
afaik, someone is working on sem_open() and friends... ciao, David
