MySQL Forums
Forum List  »  PHP

Mysql Process
Posted by: Bharati Raul
Date: September 20, 2005 11:04PM

Hi...

I am working on bulk mailing panel. I want to send 70,000 mails to the member one by one

Therefore I am using following process for sending the emails to the members:

fetch the email id from the table;
send email;
change the flag;
Next email id;

This loop will continue till its reach to the last record. But Mysql process occupying huge memory as well as my sendmail() also stop responding it after some time.

Is there any way, to control it the process or stop the process for some time and resend it again.

Regards,
Bharati

Options: ReplyQuote


Subject
Written By
Posted
Mysql Process
September 20, 2005 11:04PM
September 21, 2005 05:15AM
September 21, 2005 10:51PM
September 22, 2005 12:56PM
September 22, 2005 10:03PM
September 23, 2005 07:05AM
September 25, 2005 11:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.