Carlos Yoder wrote:
> I'd second that.
> 
> Have a mailqueue table that you'll insert data to, and have the
> asynchronous cron process comb it regularly. Then, you can always
> build simple reports that check the status of said table.


hmm.. nice idea :)

btw. would also the solution where i "manually" (in the web-app) spawn 
the process, and not by cron also work?

basically i would like to start sending them out immediately (yes, i 
understand that i could set up the cronjob to run every minute...).

gabor
> 
> 
> 
> On 10/5/06, Michal <[EMAIL PROTECTED]> wrote:
>> Gábor Farkas wrote:
>>> in my django app, at some point i have to send out a LOT of emails
>>> (several thousand).
>>>
>>> ...
>>>
>>> so, are there any other, more elegant/simpler solutions?
>> put data into DB table, and then have some script on cron which send
>> emails on "background"?
>>
>>
>>
> 
> 


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to