Explorar o código

Update Celery on FreeBSD in FAQ

許邱翔 %!s(int64=10) %!d(string=hai) anos
pai
achega
80150fb6bd
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      docs/faq.rst

+ 3 - 2
docs/faq.rst

@@ -281,8 +281,9 @@ When using the RabbitMQ (AMQP) and Redis transports it should work
 out of the box.
 out of the box.
 
 
 For other transports the compatibility prefork pool is
 For other transports the compatibility prefork pool is
-used which requires a working POSIX semaphore implementation, and this isn't
-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.
+For older version of FreeBSD, you have to enable
 POSIX semaphores in the kernel and manually recompile billiard.
 POSIX semaphores in the kernel and manually recompile billiard.
 
 
 Luckily, Viktor Petersson has written a tutorial to get you started with
 Luckily, Viktor Petersson has written a tutorial to get you started with