Explorar o código

Updated Changelog

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
6ef0506be9
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      Changelog

+ 12 - 0
Changelog

@@ -541,6 +541,18 @@ Fixes
 Experimental
 Experimental
 ------------
 ------------
 
 
+* Jython: celeryd now runs on Jython using the threaded pool.
+
+    But tests do not pass, and there may be bugs lurking around the corners.
+
+* PyPy: celeryd now runs on PyPy.
+
+    It runs without any pool, so to get parallel execution you need to start
+    several instances (using e.g. ``celeryd-multi``).
+
+    Sadly an initial benchmark seems to show a 30% performance decrease on
+    pypy-1.4.1 + JIT.  We would like to find out why this is, so stay tuned.
+
 * :class:`PublisherPool`: Experimental pool of task publishers and
 * :class:`PublisherPool`: Experimental pool of task publishers and
   connections to be used with the `retry` argument to `apply_async`.
   connections to be used with the `retry` argument to `apply_async`.