[Python-Dev] Issue #10348: concurrent.futures doesn't work on BSD
David Bolen
db3l.net at gmail.com
Fri Dec 31 01:36:44 CET 2010
"Martin v. Löwis" <martin at v.loewis.de> writes:
>> 1. Does it still fail on FreeBSD 7.3+?
>
> Yes, it still fails. The limits (30 semaphores) haven't
> changed. It also remains untunable.
Yeah, my recollection about 7.3 appears to have been remembering when
the kernel module was included by default as opposed to needing to be
explicitly loaded.
>From the older discussion
(http://mail.python.org/pipermail/python-dev/2010-November/105380.html)
it would appear that 7.x remains fixed sans a kernel build (not
necessarily a big deal for FreeBSD users), but 8.1+ can be tuned with
sysctl.
-- David
More information about the Python-Dev
mailing list