Changed from python's multiprocessing to celery to handle concurrency
This commit is contained in:
14
docs/CREDITS
14
docs/CREDITS
@@ -75,3 +75,17 @@ Fancybox - FancyBox is a tool for displaying images, html content and
|
||||
unpaper - post-processing scanned and photocopied book pages
|
||||
Jens Gulden 2005-2007 - unpaper@jensgulden.de.
|
||||
http://unpaper.berlios.de/
|
||||
|
||||
celery - Celery is an open source asynchronous task queue/job queue
|
||||
based on distributed message passing. It is focused on real-time
|
||||
operation, but supports scheduling as well.
|
||||
Copyright 2009-2011, Ask Solem & contributors
|
||||
http://ask.github.com/celery/getting-started/introduction.html
|
||||
|
||||
django-celery - django-celery provides Celery integration for Django;
|
||||
Using the Django ORM and cache backend for storing
|
||||
results, autodiscovery of task modules for applications
|
||||
listed in INSTALLED_APPS, and more.
|
||||
Copyright Ask Solem & contributors
|
||||
http://github.com/ask/django-celery/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user