In addition to Michael's good comments:

I suspect you won't have 100,000 tasks coming in every second of every day.
If you have to send out SMS messages and some of them take a few minutes to
go out, that should be fine for most purposes. In addition, some SMS
services have some limit per minute/hour for the number of messages you can
send. If so, you'll be forced to queue them regardless and trickle out the
sending.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to