<?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: Web Reference URL Behavior</title>
	<atom:link href="http://ellisweb.net/2005/07/windows_service_calling_a_web_service/feed/" rel="self" type="application/rss+xml" />
	<link>http://ellisweb.net/2005/07/windows_service_calling_a_web_service/</link>
	<description>Thoughts, Articles &#38; Links on Programming &#38; Technology by Yaakov Ellis</description>
	<lastBuildDate>Tue, 31 Aug 2010 09:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://ellisweb.net/2005/07/windows_service_calling_a_web_service/comment-page-1/#comment-98016</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 12 Aug 2008 15:34:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-98016</guid>
		<description>Usualy, you just spawn a worker thread from ASP.net to do that sort of work for you. That / those thread(s) will persist as long as ASP.net does, and can then be easily managed from within your ASP.net app. 

Using a windows service is one more thing to maintain, and one more thing to break.

Community Server is a great example of code to look at that uses worker threads from an ASP.net instance.</description>
		<content:encoded><![CDATA[<p>Usualy, you just spawn a worker thread from ASP.net to do that sort of work for you. That / those thread(s) will persist as long as ASP.net does, and can then be easily managed from within your ASP.net app. </p>
<p>Using a windows service is one more thing to maintain, and one more thing to break.</p>
<p>Community Server is a great example of code to look at that uses worker threads from an ASP.net instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasir Atabani</title>
		<link>http://ellisweb.net/2005/07/windows_service_calling_a_web_service/comment-page-1/#comment-82180</link>
		<dc:creator>Yasir Atabani</dc:creator>
		<pubDate>Thu, 12 Jun 2008 18:52:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-82180</guid>
		<description>&quot;Obviously, in order for the Windows Service to function properly&quot;

this is not true, web service implementations vary , and this is a very useful property, that you can use to alter the web service URL.</description>
		<content:encoded><![CDATA[<p>&#8220;Obviously, in order for the Windows Service to function properly&#8221;</p>
<p>this is not true, web service implementations vary , and this is a very useful property, that you can use to alter the web service URL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
