- ‹Is it possible to use sort() on multiple fields in Doctrine 2 ODM?
- ›General Symfony 2 discussion • Retrieve data from a second database
Related talks
Posted on
Wednesday 19 June at 1:51PM by symfony framework forum
Posted on
Wednesday 19 June at 12:17PM by symfony framework forum
Posted on
Wednesday 19 June at 10:37AM by symfony framework forum



Reading RSS feeds in php or python/something else?
I currently am developing a website in the Symfony2 framework, and i have written a Command that is run every 5 minutes that needs to read a tonne of RSS news feeds, get new items from it and put them into our database.
Now at the moment the command takes about 45 seconds to run, and during those 45 seconds it also takes about 50% to up to 90% of the CPU, even though i have already optimized it a lot.
So my question is, would it be a good idea to rewrite the same command in something else, for example python? Are the RSS/Atom libraries available for python faster and more optimized than the ones available for PHP?
Thanks in advance,
Jaap
Read Full Article