<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ian Mercer &#187; IPC</title>
	<atom:link href="http://blog.abodit.com/tag/ipc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.abodit.com</link>
	<description>Living in the World&#039;s Smartest House</description>
	<lastBuildDate>Sat, 07 Jan 2012 19:50:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IPC Channel and Recovery</title>
		<link>http://blog.abodit.com/2009/04/ipc-channel/</link>
		<comments>http://blog.abodit.com/2009/04/ipc-channel/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 06:23:00 +0000</pubDate>
		<dc:creator>Ian Mercer</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[IPC]]></category>

		<guid isPermaLink="false">http://blog.abodit.com/?p=26</guid>
		<description><![CDATA[The IPC channel is a great way to communicate between two disparate systems running on the same computer when everything goes well. But when things don&#8217;t go well it can turn into an ugly mess where neither side can communicate with the other. But this example shows how you can use props.Add(“exclusiveAddressUse”, “false”); to solve <a href="http://blog.abodit.com/2009/04/ipc-channel/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;"><span style="font-size: 180%;"></span></span>The IPC channel is a great way to communicate between two disparate systems running on the same computer when everything goes well.  But when things don&#8217;t go well it can turn into an ugly mess where neither side can communicate with the other.</p>
<p>But <a href="http://www.codedblog.com/2007/09/01/calling-a-windows-service-from-aspnet-via-remoting-ipcchannel/">this example</a> shows how you can use <span style="font-family: courier new; color: #33cc00;">props.Add(“exclusiveAddressUse”, “false”);</span> to solve these kind of reconnection issues.  Handy to know that!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.abodit.com/2009/04/ipc-channel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

