[issue10348] multiprocessing: use SysV semaphores on FreeBSD
STINNER Victor
report at bugs.python.org
Sun Jan 2 13:25:47 CET 2011
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
NetBSD.
Extract of the sem_close() manpage
http://www.daemon-systems.org/man/sem_close.3.html
---
STANDARDS
The sem_open(), sem_close(), and sem_unlink() functions conform to
ISO/IEC 9945-1:1996 (``POSIX.1'').
HISTORY
Support for named semaphores first appeared in NetBSD 2.0.
---
Martin wrote on the mailing list:
---
According to
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/kern/uipc_sem.c?rev=1.22&content-type=text/x-cvsweb-markup&only_with_tag=MAIN
SEM_MAX is 128 since 2007, and dynamically adjustable (no reboot).
---
It looks like the sysctl (read/write) option is kern.posix.semmax.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10348>
_______________________________________
More information about the Python-bugs-list
mailing list