[issue10348] multiprocessing: use SysV semaphores on FreeBSD

STINNER Victor report at bugs.python.org
Tue Dec 28 15:01:20 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Examples of programs using SysV semaphores:

http://firebird.cvs.sourceforge.net/viewvc/firebird/firebird2/src/jrd/isc_sync.cpp?revision=HEAD&view=markup
(Firebird, search "#ifdef USE_SYS5SEMAPHORE" sections)

https://github.com/mono/mono/blob/master/mono/io-layer/shared.c#L501
(Mono)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10348>
_______________________________________


More information about the Python-bugs-list mailing list