Re: [PHP] Re: Scripts slowing down?

2008-05-18 Thread Per Jessen
René Leboeuf wrote: Per Jessen a écrit : They _all_ slow down after a while? How many emails are you sending in this way? Some of our mailing are +100.000 emails... There is a possibility that your filesystem is having difficulties dealing with that many files, escpecially if they are

Re: [PHP] Re: Scripts slowing down?

2008-05-16 Thread René Leboeuf
Per Jessen a écrit : They _all_ slow down after a while? How many emails are you sending in this way? Some of our mailing are +100.000 emails... There is a possibility that your filesystem is having difficulties dealing with that many files, escpecially if they are all in one directory.

Re: [PHP] Re: Scripts slowing down?

2008-05-15 Thread René Leboeuf
Per Jessen a écrit : René Leboeuf wrote: The user sending emails is trusted by sendmail, and the sending program is located on the sendmail machine. No need to use SMTP then. You should just be calling sendmail to drop the emails into the queue. And that should not be slowing down.

Re: [PHP] Re: Scripts slowing down?

2008-05-15 Thread Per Jessen
René Leboeuf wrote: Per Jessen a écrit : René Leboeuf wrote: The user sending emails is trusted by sendmail, and the sending program is located on the sendmail machine. No need to use SMTP then. You should just be calling sendmail to drop the emails into the queue. And that should

[PHP] Re: Scripts slowing down?

2008-05-14 Thread René Leboeuf
Peter Ford a écrit : René Leboeuf wrote: Hi. I'm running a large website. I have some mailing scripts that take days to run. I noticed these scripts slow down with time, sometimes going to an almost complete stop (no mail sent for several minutes). The source code is trivial and can't

Re: [PHP] Re: Scripts slowing down?

2008-05-14 Thread Per Jessen
René Leboeuf wrote: The user sending emails is trusted by sendmail, and the sending program is located on the sendmail machine. No need to use SMTP then. You should just be calling sendmail to drop the emails into the queue. And that should not be slowing down. Mail is sent via

[PHP] Re: Scripts slowing down?

2008-05-13 Thread Peter Ford
René Leboeuf wrote: Hi. I'm running a large website. I have some mailing scripts that take days to run. I noticed these scripts slow down with time, sometimes going to an almost complete stop (no mail sent for several minutes). The source code is trivial and can't contain a loop. I monitored

RES: [PHP] Re: Scripts slowing down?

2008-05-13 Thread Thiago Pojda
PROTECTED] Excelência em Softwares Financeiros -Mensagem original- De: Peter Ford [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 13 de maio de 2008 07:42 Para: php-general@lists.php.net Assunto: [PHP] Re: Scripts slowing down? René Leboeuf wrote: Hi. I'm running a large website. I