<?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: Using Semaphores in C#</title>
	<atom:link href="http://www.dijksterhuis.org/using-semaphores-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/using-semaphores-in-c/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martijn</title>
		<link>http://www.dijksterhuis.org/using-semaphores-in-c/comment-page-1/#comment-108</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Sat, 13 Dec 2008 11:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=228#comment-108</guid>
		<description>Hi Fatih, 

What you are looking for is a named system semaphore.  C# can create or wait for Win32 system semaphores, so the other process can be written in any language or also in C#.  You can find a description of how this works on MSDN: 

http://msdn.microsoft.com/en-us/library/kbk057cx.aspx

If I have a moment I will write a small example.

Cheers,
Martijn</description>
		<content:encoded><![CDATA[<p>Hi Fatih, </p>
<p>What you are looking for is a named system semaphore.  C# can create or wait for Win32 system semaphores, so the other process can be written in any language or also in C#.  You can find a description of how this works on MSDN: </p>
<p><a href="http://msdn.microsoft.com/en-us/library/kbk057cx.aspx" >http://msdn.microsoft.com/en-us/library/kbk057cx.aspx</a></p>
<p>If I have a moment I will write a small example.</p>
<p>Cheers,<br />
Martijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatih YILDIRIM</title>
		<link>http://www.dijksterhuis.org/using-semaphores-in-c/comment-page-1/#comment-106</link>
		<dc:creator>Fatih YILDIRIM</dc:creator>
		<pubDate>Sat, 13 Dec 2008 10:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=228#comment-106</guid>
		<description>Thanks for your article but how about managing processes on a shared resource?This articles describes managing threads in same process.I need managing processes on a shared resource.Thnks</description>
		<content:encoded><![CDATA[<p>Thanks for your article but how about managing processes on a shared resource?This articles describes managing threads in same process.I need managing processes on a shared resource.Thnks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
