On Wed, Sep 4, 2013 at 12:28 PM,  <mailbox....@gmail.com> wrote:
> What were people using back in PHP days, cron all the way?


MQs have existed for a long time; but weren't so popular.  I think the
Twitter problems were the wake-up call for most people.

in part because ghetto queues do work, and work well up to a point.
when you grow past its capacity it gets ugly, but below that it's a
real solution.   As first estimate, on anything that gets less than a
hundred tasks a minute, I wouldn't feel bad about using them.

above that, Redis is a clean, fast and very scalable platform for
queues.  if you don't have heavy buzzword dependency, i wouldn't
bother checking AMQP systems and stay with Redis.

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to