<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RSS reader symfony 1.4 tutorial</title>
	<atom:link href="http://www.symfonylab.com/rss-reader-symfony-1-4-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfonylab.com/rss-reader-symfony-1-4-tutorial/</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<lastBuildDate>Wed, 14 Dec 2011 12:09:25 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Job Queue in Symfony &#124; SymfonyLab</title>
		<link>http://www.symfonylab.com/rss-reader-symfony-1-4-tutorial/comment-page-1/#comment-738</link>
		<dc:creator>Job Queue in Symfony &#124; SymfonyLab</dc:creator>
		<pubDate>Sun, 07 Mar 2010 15:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/?p=284#comment-738</guid>
		<description>[...] where job queue comes to help you. In specific jobs queue is something we have to use in our symfony-driven RSS reader &#8211; we want to make sure parsing of each feed source can be done independently and in [...]</description>
		<content:encoded><![CDATA[<p>[...] where job queue comes to help you. In specific jobs queue is something we have to use in our symfony-driven RSS reader &#8211; we want to make sure parsing of each feed source can be done independently and in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Symfony and Sphinx &#124; SymfonyLab</title>
		<link>http://www.symfonylab.com/rss-reader-symfony-1-4-tutorial/comment-page-1/#comment-723</link>
		<dc:creator>Using Symfony and Sphinx &#124; SymfonyLab</dc:creator>
		<pubDate>Tue, 05 Jan 2010 12:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/?p=284#comment-723</guid>
		<description>[...] continue to our previous post RSS Reader Symfony 1.4 Tutorial we&#8217;ve decided to add to our RSS Reader search feature. One which may fits our purposes is [...]</description>
		<content:encoded><![CDATA[<p>[...] continue to our previous post RSS Reader Symfony 1.4 Tutorial we&#8217;ve decided to add to our RSS Reader search feature. One which may fits our purposes is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.symfonylab.com/rss-reader-symfony-1-4-tutorial/comment-page-1/#comment-714</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 13 Dec 2009 18:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/?p=284#comment-714</guid>
		<description>This is great point though :-)

I would not read feeds by runtime b/c of a few reasons

1. you will lose feeds when you wont login to system for some time 
2. where there are lot of feeds - it takes time before it all loads
etc

As for the tasks - thanks for the great tip I almost forgot about this feature.

I agree with you than cron is not enough reliable but honestly not sure what else can be used. 

My point - does not really matter if this batch or task - main thing is make sure that cron started fetching and completed it succesfully (so need some kind of processes manager)</description>
		<content:encoded><![CDATA[<p>This is great point though <img src='http://www.symfonylab.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I would not read feeds by runtime b/c of a few reasons</p>
<p>1. you will lose feeds when you wont login to system for some time<br />
2. where there are lot of feeds &#8211; it takes time before it all loads<br />
etc</p>
<p>As for the tasks &#8211; thanks for the great tip I almost forgot about this feature.</p>
<p>I agree with you than cron is not enough reliable but honestly not sure what else can be used. </p>
<p>My point &#8211; does not really matter if this batch or task &#8211; main thing is make sure that cron started fetching and completed it succesfully (so need some kind of processes manager)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Stelzer</title>
		<link>http://www.symfonylab.com/rss-reader-symfony-1-4-tutorial/comment-page-1/#comment-713</link>
		<dc:creator>Frank Stelzer</dc:creator>
		<pubDate>Sun, 13 Dec 2009 11:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/?p=284#comment-713</guid>
		<description>I do not like the batch approach. Batch scripts are dead since mmmh symfony 1.2 i think?
So first of all, this batch logic should be moved into a task.
BUT i do not like it there too. I do not like a system which depends on cron scripts. Imagine those scripts are not running due to some bug/problem, then the webseite will show either outdated data or event nothing.
I would fetch the rss feeds by runtime and add a caching layer between it. In this case you only do stuff, which is requested and the system does not depend to &quot;external&quot; scripts.</description>
		<content:encoded><![CDATA[<p>I do not like the batch approach. Batch scripts are dead since mmmh symfony 1.2 i think?<br />
So first of all, this batch logic should be moved into a task.<br />
BUT i do not like it there too. I do not like a system which depends on cron scripts. Imagine those scripts are not running due to some bug/problem, then the webseite will show either outdated data or event nothing.<br />
I would fetch the rss feeds by runtime and add a caching layer between it. In this case you only do stuff, which is requested and the system does not depend to &#8220;external&#8221; scripts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

