> should I just have it so that a few items from a task DB are done each
> request (e.g. split up emails into groups, and email them a few per
> request)?

Hmm...what happens if there aren't any requests for an hour? Does the
queue processing stop during that time? I can't get my email until
there is web traffic on the server? That doesn't seem like a good
idea.

You could look into http://code.google.com/p/django-chronograph/. I
have found that really helpful to automate jobs in the background. (It
also has a link to a nice mailer app on the front page.)

Hope that helps,
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to