php grabbing rss feeds from too many sources -
the website working on has several rss resources blogs inputed users, number of resources growing/changing.
at point resources many updated in 1 call (otherwise takes long , makes script crash).
what alternatives exist make possible update feeds multiple growing resources? in php if possible... or supposed done through node.js?
you should write queue system or http://gearman.org/
Comments
Post a Comment