[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: cobalt-users digest, Vol 1 #4412 - 13 msgs
- Subject: [cobalt-users] Re: cobalt-users digest, Vol 1 #4412 - 13 msgs
- From: Step Firth <step@xxxxxxxxxxxxxxx>
- Date: Tue May 14 03:41:04 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On 14/5/02 6:16 am, "cobalt-users-request@xxxxxxxxxxxxxxx"
<cobalt-users-request@xxxxxxxxxxxxxxx> wrote:
> I guess my question is to whether PHP would be allowed to actually deliver
> that volume of mail to sendmail before the script times out
I do something similar in a perl script I knocked up a very long time ago.
Still use it.
Originally (on much slower machines) it did knock sendmail, and just about
everything else over, so all we did is run a simple 'for-loop' which emails
them in batches of 20, every 20 seconds, and the page it returns, calls the
script with a parameter saying where it got to last time.
This is very old technology now, but it ain't broke, so not going to get
fixed ;-)
Hope that helps
Step