Closed (duplicate)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2010 at 14:53 UTC
Updated:
28 Apr 2010 at 17:09 UTC
I am using Calais with feeds, and I know there is initially taxonomuy created. The question is will my server become overloaded with say 70k feeds? In my past experiances with feedapi I know my server became somewhat bogged down and I am not sure if it was because I had such a large number of feeds on chron jobs to run, or because I set them so they would ne ver expire.
Thanks for the input!
Also, if you have a feed in the nodequeue, and it expires after one day, will it still remain in the nodequeue?
Thanks !
Comments
Comment #1
alex_b commented70k feeds is a lot and you *will* experience performance problems. You can use Drupal Queue to mitigate the issue somewhat http://drupal.org/project/drupal_queue but basically, you're in for a research project. You may want to consider using sth else than Drupal (a CMS like framework!) for aggregation. You may be able to use PubSubHubbub with Superfeedr - see http://developmentseed.org/blog/2010/feb/23/pubsubhubbub-support-drupal
No.
PS: Please don't use "critical", we use "critical" on this queue for release planning, to mark issues that will be addressed for the next release.
Comment #2
AntiNSA commentedOk, I guess I need to rephrase .... I had aggregated about 300 feeds creating 70k feed items from those feeds....... Would this still cause issues that taxes out drupal?
Comment #3
alex_b commented300 feeds should work much better. You may find that it will be hard to refresh them in a high frequency (e. g. every 30 minutes).
You can step up refreshing frequency by using and tuning Drupal Queue (see its readme.txt for how to set it up) or again, by using a dedicated pubsubhubbub hub like Superfeedr.
Note that when you step up refresh frequency by using drupal queue you will have more feeds processing simultaniously which will mean more server resources allocated to feed processing at any given time.
Comment #4
AntiNSA commentedComment #5
alex_b commentedPlease see #754626: Performance - max number of feeds