Hi Paul, develop we must !
sort by newsfeeder (i.e.one login per newnews execution)
currenty my newnews does
FEED1 then FEED2 then FEED3 again FEED1 again FEED3
this is due to the order of processing (order of creating the feeds), it would be 'more efficient' if the feeds were sucked out one at a time like :
FEED1 then FEED2 then FEED3 and done.
spawn a separate task out per newsfeeder group (wishfull thinking) need power then. nice 'option' though,
however the question arose due to the FEED1 above being sloooow sometimes causing the faster feeds to timeout (killed by next suck session) resulting in degraded updates on the faster FEEDS
A solution would be to 'prioritise' each feed for sucking.
the CRON will solve some of the slow sucking as each session will run to completion, however I feel now an on/off toggle would be needed as well in the options for this.
---------------------------------------------------------------------------------
In short a
prioritise on FEED not
sort would address most of the requirements above.
---------------------------------------------------------------------------------
lol ... has become a
requirement
so the result in may case would be:
FEED2 then FEED3 then FEED1 (perhaps all spawned and rescheduled

)
----------------------------------------------------------------------------------
Thanks for your enthusiasm to grow your tool.
(sounds like one of those enlarge your ... spams)