php-general Digest 10 Sep 2011 08:35:37 -0000 Issue 7472

2011-09-10 Thread php-general-digest-help
php-general Digest 10 Sep 2011 08:35:37 - Issue 7472 Topics (messages 314747 through 314767): Re: array problem 314747 by: Joshua Stoutenburg 314748 by: Steve Staples 314749 by: Adam Balogh 314750 by: Ashley Sheridan Repetitive answers . . . 314751

php-general Digest 11 Sep 2011 00:16:35 -0000 Issue 7473

2011-09-10 Thread php-general-digest-help
php-general Digest 11 Sep 2011 00:16:35 - Issue 7473 Topics (messages 314768 through 314771): Re: PHP cron job optimization 314768 by: Sean Greenslade 314769 by: Gary Golden 314770 by: MUAD SHIBANI 314771 by: Eric Butera Administrivia: To subscribe to the

[PHP] PHP cron job optimization

2011-09-10 Thread muad shibani
I want to design an application that reads news from RSS sources. I have about 1000 RSS feed to collect from. I also will use Cron jobs every 15 minutes to collect the data. the question is: Is there a clever way to collect all those feed items without exhausting the server any Ideas Thank you in

Re: [PHP] PHP cron job optimization

2011-09-10 Thread Sean Greenslade
On Sat, Sep 10, 2011 at 4:35 AM, muad shibani muad.shib...@gmail.comwrote: I want to design an application that reads news from RSS sources. I have about 1000 RSS feed to collect from. I also will use Cron jobs every 15 minutes to collect the data. the question is: Is there a clever way to

Re: [PHP] PHP cron job optimization

2011-09-10 Thread Gary Golden
I want to design an application that reads news from RSS sources. I have about 1000 RSS feed to collect from. I also will use Cron jobs every 15 minutes to collect the data. the question is: Is there a clever way to collect all those feed items without exhausting the server any Ideas Thank

Re: [PHP] PHP cron job optimization

2011-09-10 Thread MUAD SHIBANI
thanks a lot after I test it I will share the code .. Thanks again On Sat, Sep 10, 2011 at 11:20 AM, Gary Golden m...@garygolden.me wrote: I want to design an application that reads news from RSS sources. I have about 1000 RSS feed to collect from. I also will use Cron jobs every 15

Re: [PHP] PHP cron job optimization

2011-09-10 Thread Eric Butera
On Sat, Sep 10, 2011 at 1:47 PM, Sean Greenslade zootboys...@gmail.com wrote: On Sat, Sep 10, 2011 at 4:35 AM, muad shibani muad.shib...@gmail.comwrote: I want to design an application that reads news from RSS sources. I have about 1000 RSS feed to collect from. I also will use Cron jobs

Re: [PHP] PHP cron job optimization

2011-09-10 Thread Stuart Dallas
On 10 Sep 2011, at 09:35, muad shibani wrote: I want to design an application that reads news from RSS sources. I have about 1000 RSS feed to collect from. I also will use Cron jobs every 15 minutes to collect the data. the question is: Is there a clever way to collect all those feed items