Hi Gabor,

There is also the possibility to use the "at" daemon instead of cron.
e.g.  at now "/var/foo/barbaz.py"

of course the user has to have permissions to use the at command, and
the atd daemon must be running.

br,
Martin

Am Thu, 05 Oct 2006 16:02:42 +0200
schrieb Gábor Farkas <[EMAIL PROTECTED]>:

> 
> 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"?
> >>
> >>
> >>
> > 
> > 
> 
> 
> > 
> 


-- 
agami systems integration
Annagasse 5/1/13, 1010 Wien

T: +43 (0)1 890 90 12
M: +43 699 1 24264 81
F: +43 (0)1 890 90 12 - 9

Aktuelle Projekte: http://www.agami.at


--~--~---------~--~----~------------~-------~--~----~
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