<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Scheduled Tasks in ASP.NET!</title>
	<atom:link href="http://dotnetchris.wordpress.com/2008/09/23/scheduled-tasks-in-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetchris.wordpress.com/2008/09/23/scheduled-tasks-in-aspnet/</link>
	<description>C# ASP.Net Development Weblog</description>
	<lastBuildDate>Thu, 12 Nov 2009 15:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dotnetchris</title>
		<link>http://dotnetchris.wordpress.com/2008/09/23/scheduled-tasks-in-aspnet/#comment-80</link>
		<dc:creator>dotnetchris</dc:creator>
		<pubDate>Tue, 23 Sep 2008 16:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=69#comment-80</guid>
		<description>I agree Bill I doubt I&#039;d attempt this on a mission critical service but it has left me wondering if this is a very viable solution to setup nightly jobs to allow IIS to handle the threading of the jobs.

Basically what I&#039;m thinking this could be amazing for is to setup your jobs to be invoked by an asynchronous web service call and have the scheduled task fire off a bunch of requests to the web service broken down to like a list of IDs from the database to run and have a WCF handle all of the work allowing you to setup a dynamically multithreaded batch job with no need to worry about the code over head of maintaining thread safe code.</description>
		<content:encoded><![CDATA[<p>I agree Bill I doubt I&#8217;d attempt this on a mission critical service but it has left me wondering if this is a very viable solution to setup nightly jobs to allow IIS to handle the threading of the jobs.</p>
<p>Basically what I&#8217;m thinking this could be amazing for is to setup your jobs to be invoked by an asynchronous web service call and have the scheduled task fire off a bunch of requests to the web service broken down to like a list of IDs from the database to run and have a WCF handle all of the work allowing you to setup a dynamically multithreaded batch job with no need to worry about the code over head of maintaining thread safe code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Beckelman</title>
		<link>http://dotnetchris.wordpress.com/2008/09/23/scheduled-tasks-in-aspnet/#comment-79</link>
		<dc:creator>Bill Beckelman</dc:creator>
		<pubDate>Tue, 23 Sep 2008 15:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetchris.wordpress.com/?p=69#comment-79</guid>
		<description>Chris,

Thanks for taking a look at my post. I agree, I never thought it was possible until I ran across the article. I&#039;m not sure how robust it is and if I would trust it for something mission critical, but if you need mission critical your probably not on a shared server anyway and can use a  windows service. I just want to re-iterate as well that I didn&#039;t write the posted code and don&#039;t take credit for it or the idea. I just posted what I found in the comments to give it some more exposure since I am sure tons of people are looking for the solution it provides. Please let me know what you develop using the idea going forward.

Best Regards,
Bill Beckelman</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Thanks for taking a look at my post. I agree, I never thought it was possible until I ran across the article. I&#8217;m not sure how robust it is and if I would trust it for something mission critical, but if you need mission critical your probably not on a shared server anyway and can use a  windows service. I just want to re-iterate as well that I didn&#8217;t write the posted code and don&#8217;t take credit for it or the idea. I just posted what I found in the comments to give it some more exposure since I am sure tons of people are looking for the solution it provides. Please let me know what you develop using the idea going forward.</p>
<p>Best Regards,<br />
Bill Beckelman</p>
]]></content:encoded>
	</item>
</channel>
</rss>
