Ask Solem 11 years ago
parent
commit
60f82359c1
1 changed files with 6 additions and 0 deletions
  1. 6 0
      celery/concurrency/processes.py

+ 6 - 0
celery/concurrency/processes.py

@@ -8,6 +8,12 @@
     We use the billiard fork of multiprocessing which contains
     We use the billiard fork of multiprocessing which contains
     numerous improvements.
     numerous improvements.
 
 
+    This code deals with three major challenges:
+
+        1) Starting up child processes and keeping them running.
+        2) Sending jobs to the processes and receiving results back.
+        3) Safely shutting down this system.
+
 """
 """
 from __future__ import absolute_import
 from __future__ import absolute_import