MidOhioIT Posted April 9, 2010 Share Posted April 9, 2010 I am writing a newsletter system that is dealing with around 60,000 emails. Does anyone know if it would be less CPU usage to just loop through the mysql records or to put all records in an array from the db then read out of it? Quote Link to comment https://forums.phpfreaks.com/topic/198169-cpu-usage/ Share on other sites More sharing options...
Psycho Posted April 9, 2010 Share Posted April 9, 2010 I am writing a newsletter system that is dealing with around 60,000 emails. Does anyone know if it would be less CPU usage to just loop through the mysql records or to put all records in an array from the db then read out of it? Wouldn't you have to loop through the results to put them into an array? Quote Link to comment https://forums.phpfreaks.com/topic/198169-cpu-usage/#findComment-1039762 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.