<?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: C# &#8211; Completely Managed Inter-process Communication</title>
	<atom:link href="http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/</link>
	<description>Not Your Ordinary Programmer</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:47:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Evan Hilb</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-2901</link>
		<dc:creator>Evan Hilb</dc:creator>
		<pubDate>Sat, 05 Nov 2011 21:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-2901</guid>
		<description>Fantastically entertaining thank you, I do think your close audience would probably want a good deal more content familiar to this maintain the great hard work.</description>
		<content:encoded><![CDATA[<p>Fantastically entertaining thank you, I do think your close audience would probably want a good deal more content familiar to this maintain the great hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: club penguin</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-2678</link>
		<dc:creator>club penguin</dc:creator>
		<pubDate>Tue, 23 Aug 2011 00:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-2678</guid>
		<description>to the comment poster above, you are absolutely right</description>
		<content:encoded><![CDATA[<p>to the comment poster above, you are absolutely right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-2578</link>
		<dc:creator>cam</dc:creator>
		<pubDate>Wed, 29 Jun 2011 18:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-2578</guid>
		<description>Just want to say your article is as astounding. The clearness in your submit is just spectacular and i could assume you&#039;re an expert in this subject. Well together with your permission let me to clutch your RSS feed to stay updated with approaching post. Thank you 1,000,000 and please carry on the rewarding work.</description>
		<content:encoded><![CDATA[<p>Just want to say your article is as astounding. The clearness in your submit is just spectacular and i could assume you&#8217;re an expert in this subject. Well together with your permission let me to clutch your RSS feed to stay updated with approaching post. Thank you 1,000,000 and please carry on the rewarding work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacinta Marcin</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-2491</link>
		<dc:creator>Jacinta Marcin</dc:creator>
		<pubDate>Thu, 31 Mar 2011 23:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-2491</guid>
		<description>Pretty component to content. I simply stumbled upon your web site and in accession capital to assert that I get in fact enjoyed account your weblog posts. Any way I will be subscribing on your augment or even I achievement you get admission to consistently quickly.</description>
		<content:encoded><![CDATA[<p>Pretty component to content. I simply stumbled upon your web site and in accession capital to assert that I get in fact enjoyed account your weblog posts. Any way I will be subscribing on your augment or even I achievement you get admission to consistently quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-2422</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sun, 27 Mar 2011 22:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-2422</guid>
		<description>You made some respectable points there. I regarded on the internet for the difficulty and located most people will go together with together with your website.</description>
		<content:encoded><![CDATA[<p>You made some respectable points there. I regarded on the internet for the difficulty and located most people will go together with together with your website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Alford</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-78</link>
		<dc:creator>Ryan Alford</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-78</guid>
		<description>Yes, it could be switched.  If the background app was to be deemed the &quot;Server&quot;, then the &quot;server&quot; code would have to be run on another thread, just as the &quot;client&quot; code is ran.

Though it could cause a pause in the main app if the roles were switched.  The &quot;Connect&quot; method that I run from the background app will pause the thread until it gets a connection to the &quot;server&quot;, or until the timeout has expired.  I set it to 10 seconds, which would not be a good value for a main UI thread to pause for 10 seconds.  However, in the background app, that 10 seconds doesn&#039;t matter because the user never sees it.

As for the service not running, I have code that determines if it&#039;s running or not, and starts it if it&#039;s not running.

So I would say that either way, it should work fine.</description>
		<content:encoded><![CDATA[<p>Yes, it could be switched.  If the background app was to be deemed the &#8220;Server&#8221;, then the &#8220;server&#8221; code would have to be run on another thread, just as the &#8220;client&#8221; code is ran.</p>
<p>Though it could cause a pause in the main app if the roles were switched.  The &#8220;Connect&#8221; method that I run from the background app will pause the thread until it gets a connection to the &#8220;server&#8221;, or until the timeout has expired.  I set it to 10 seconds, which would not be a good value for a main UI thread to pause for 10 seconds.  However, in the background app, that 10 seconds doesn&#8217;t matter because the user never sees it.</p>
<p>As for the service not running, I have code that determines if it&#8217;s running or not, and starts it if it&#8217;s not running.</p>
<p>So I would say that either way, it should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-77</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Tue, 17 Nov 2009 08:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-77</guid>
		<description>Wouldn&#039;t it be better to have the background-application act as the pipe-server, waiting for connections (using PipeDirection.In) and have the client  activly create the connection?

In your example, I get the feeling that if the service is not running (for some reason), the application will wait forever before it can continue.</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t it be better to have the background-application act as the pipe-server, waiting for connections (using PipeDirection.In) and have the client  activly create the connection?</p>
<p>In your example, I get the feeling that if the service is not running (for some reason), the application will wait forever before it can continue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Alford</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-49</link>
		<dc:creator>Ryan Alford</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-49</guid>
		<description>The full code isn&#039;t posted there. For the communication between the applications, this is all of the code. 

 I am unfamiliar with a &quot;message window&quot; so I wouldn&#039;t know if they are similar.</description>
		<content:encoded><![CDATA[<p>The full code isn&#8217;t posted there. For the communication between the applications, this is all of the code. </p>
<p> I am unfamiliar with a &#8220;message window&#8221; so I wouldn&#8217;t know if they are similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ikonmx</title>
		<link>http://eclipsed4utoo.com/blog/completely-managed-interprocess-communication/comment-page-1/#comment-47</link>
		<dc:creator>Ikonmx</dc:creator>
		<pubDate>Fri, 25 Sep 2009 04:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=168#comment-47</guid>
		<description>In which part of dream in code is this code posted? Would like to see the full code. Do this code work like a message window?

Best regards.</description>
		<content:encoded><![CDATA[<p>In which part of dream in code is this code posted? Would like to see the full code. Do this code work like a message window?</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

