<?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: ASP.NET MVC &amp; Threads</title>
	<atom:link href="http://www.emadibrahim.com/2008/07/01/aspnet-mvc-threads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadibrahim.com/2008/07/01/aspnet-mvc-threads/</link>
	<description>web development, tech reviews, tips, tricks, blogging</description>
	<lastBuildDate>Sun, 07 Mar 2010 18:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Duncan Smart</title>
		<link>http://www.emadibrahim.com/2008/07/01/aspnet-mvc-threads/comment-page-1/#comment-286</link>
		<dc:creator>Duncan Smart</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=427#comment-286</guid>
		<description>Emad, BackgroundWorker is designed just for Windows apps AFAIK. Also with your updated code you run the risk of running out of threads if you just create them on the fly like that. I would suggest you use ThreadPool.QueueUserWorkItem()</description>
		<content:encoded><![CDATA[<p>Emad, BackgroundWorker is designed just for Windows apps AFAIK. Also with your updated code you run the risk of running out of threads if you just create them on the fly like that. I would suggest you use ThreadPool.QueueUserWorkItem()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Smart</title>
		<link>http://www.emadibrahim.com/2008/07/01/aspnet-mvc-threads/comment-page-1/#comment-445</link>
		<dc:creator>Duncan Smart</dc:creator>
		<pubDate>Wed, 02 Jul 2008 12:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=427#comment-445</guid>
		<description>Emad, BackgroundWorker is designed just for Windows apps AFAIK. Also with your updated code you run the risk of running out of threads if you just create them on the fly like that. I would suggest you use ThreadPool.QueueUserWorkItem()</description>
		<content:encoded><![CDATA[<p>Emad, BackgroundWorker is designed just for Windows apps AFAIK. Also with your updated code you run the risk of running out of threads if you just create them on the fly like that. I would suggest you use ThreadPool.QueueUserWorkItem()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
