Skip to content

Commit 42519e6

Browse files
committed
Merge pull request celery#2507 from wdv4758h/faq
Update FAQ about FreeBSD
2 parents 03c4ae9 + 80150fb commit 42519e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/faq.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,9 @@ When using the RabbitMQ (AMQP) and Redis transports it should work
281281
out of the box.
282282

283283
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
284+
used which requires a working POSIX semaphore implementation,
285+
this is enabled in FreeBSD by default since FreeBSD 8.x.
286+
For older version of FreeBSD, you have to enable
286287
POSIX semaphores in the kernel and manually recompile billiard.
287288

288289
Luckily, Viktor Petersson has written a tutorial to get you started with

0 commit comments

Comments
 (0)