[Baypiggies] Asynchronous web tasks
Shannon -jj Behrens
jjinux at gmail.com
Thu Feb 2 20:09:17 CET 2012
Celery is very popular for this sort of stuff. There was a talk on it at
the last PyCon.
-jj
On Thu, Feb 2, 2012 at 9:36 AM, Tung Wai Yip <tungwaiyip at yahoo.com> wrote:
> I'm using RabbitMQ and Celery. It certainly can be triggered by both
> cases. In addition, you can deploy it on different servers if necessary.
>
> Wai Yip
>
>
> I use Django in production and now have a need to perform asynchronous
>> backend tasks that
>> a. Are some scheduled jobs
>> b. Jobs triggered via a user input via Django frontend.
>>
>> I have been thinking of using twisted or message queues (RabbitMQ and
>> celery) to achieve this. From my research so far:
>>
>> 1. Twisted allows both a and b though the learning curve with twisted is
>> steeper
>> 2. RabbitMQ and celery is easier to use, allows a but does it also allow
>> b?
>>
>> I am looking for some opinions /recommendations to use one of these two
>> technologies or something else altogether ?
>> Thanks
>> Meenal
>>
> ______________________________**_________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/**mailman/listinfo/baypiggies<http://mail.python.org/mailman/listinfo/baypiggies>
>
--
In this life we cannot do great things. We can only do small things with
great love. -- Mother Teresa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20120202/6daad6c0/attachment-0001.html>
More information about the Baypiggies
mailing list