We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03c4ae9 + 80150fb commit 42519e6Copy full SHA for 42519e6
docs/faq.rst
@@ -281,8 +281,9 @@ When using the RabbitMQ (AMQP) and Redis transports it should work
281
out of the box.
282
283
For other transports the compatibility prefork pool is
284
-used which requires a working POSIX semaphore implementation, and this isn't
285
-enabled in FreeBSD by default. You have to enable
+used which requires a working POSIX semaphore implementation,
+this is enabled in FreeBSD by default since FreeBSD 8.x.
286
+For older version of FreeBSD, you have to enable
287
POSIX semaphores in the kernel and manually recompile billiard.
288
289
Luckily, Viktor Petersson has written a tutorial to get you started with
0 commit comments