Re: Database viewpoint of subject - Sending e-mails from database table with Cronjob

Поиск
Список
Период
Сортировка
От A B
Тема Re: Database viewpoint of subject - Sending e-mails from database table with Cronjob
Дата
Msg-id w2idbbf25901004210845l8c67310esea349d77302967d7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Database viewpoint of subject - Sending e-mails from database table with Cronjob  (Andre Lopes <lopes80andre@gmail.com>)
Ответы Re: Database viewpoint of subject - Sending e-mails from database table with Cronjob  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-general
> [quote]
> The other way is to let the cron job spawn new processes (up to a
> limited number of child proceses) as long as there are mails to send.
> These child processes runs as long as there are mails to send, then
> they die. The cron job will then mostly do process controll/start new
> processes.
> [/quote]
>
> How can I do this. I'am thinking to use a PHP Script?

This is getting a little of topic, but I guess something like
exec('php some_script.php') will work?

В списке pgsql-general по дате отправления:

Предыдущее
От: akp geek
Дата:
Сообщение: WARNING: out of shared memory
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Database viewpoint of subject - Sending e-mails from database table with Cronjob