فهرست منبع

Update FreeBSD faq. Closes #2104

Ask Solem 10 سال پیش
والد
کامیت
20c5933bde
1فایلهای تغییر یافته به همراه9 افزوده شده و 3 حذف شده
  1. 9 3
      docs/faq.rst

+ 9 - 3
docs/faq.rst

@@ -275,9 +275,15 @@ most systems), it usually contains a message describing the reason.
 Does it work on FreeBSD?
 ------------------------
 
-**Answer:** The prefork pool requires a working POSIX semaphore
-implementation which isn't enabled in FreeBSD by default. You have to enable
-POSIX semaphores in the kernel and manually recompile multiprocessing.
+**Answer:** Depends
+
+When using the RabbitMQ (AMQP) and Redis transports it should work
+out of the box.
+
+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
+POSIX semaphores in the kernel and manually recompile billiard.
 
 Luckily, Viktor Petersson has written a tutorial to get you started with
 Celery on FreeBSD here: