<?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: Application Singleton</title>
	<atom:link href="http://blog.delphi-jedi.net/2009/10/26/application-singleton/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delphi-jedi.net/2009/10/26/application-singleton/</link>
	<description>Joint Endeavor of Delphi Innovators of Windows Programming</description>
	<lastBuildDate>Mon, 15 Mar 2010 07:44:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Philip</title>
		<link>http://blog.delphi-jedi.net/2009/10/26/application-singleton/comment-page-1/#comment-29641</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sat, 14 Nov 2009 14:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=497#comment-29641</guid>
		<description>Is SE_CREATE_GLOBAL_NAME really required for a Mutex? Reading http://msdn.microsoft.com/en-us/library/aa382954%28VS.85%29.aspx suggests that it is only needed for global MMFs. I haven&#039;t tested it, though.</description>
		<content:encoded><![CDATA[<p>Is SE_CREATE_GLOBAL_NAME really required for a Mutex? Reading <a href="http://msdn.microsoft.com/en-us/library/aa382954%28VS.85%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa382954%28VS.85%29.aspx</a> suggests that it is only needed for global MMFs. I haven&#8217;t tested it, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Wimmer</title>
		<link>http://blog.delphi-jedi.net/2009/10/26/application-singleton/comment-page-1/#comment-28437</link>
		<dc:creator>Christian Wimmer</dc:creator>
		<pubDate>Tue, 27 Oct 2009 12:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=497#comment-28437</guid>
		<description>Global\ prefix needs the SE_CREATE_GLOBAL_NAME TEXT(&quot;SeCreateGlobalPrivilege&quot;) privilege to create a global mutex. User programs can only check for session wide mutexes. 
OT: Now, I don&#039;t know. Sry.</description>
		<content:encoded><![CDATA[<p>Global\ prefix needs the SE_CREATE_GLOBAL_NAME TEXT(&#8221;SeCreateGlobalPrivilege&#8221;) privilege to create a global mutex. User programs can only check for session wide mutexes.<br />
OT: Now, I don&#8217;t know. Sry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cd-MaN</title>
		<link>http://blog.delphi-jedi.net/2009/10/26/application-singleton/comment-page-1/#comment-28422</link>
		<dc:creator>Cd-MaN</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=497#comment-28422</guid>
		<description>Shouldn&#039;t the name in the CreateMutex call include the &quot;Global\&quot; prefix to ensure that it is truly systemwide?

OT: do you know a way to obtain the free TurboDelphi suite? The official line seems to be to &quot;use the 30 day evaluation instead&quot; :-(</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the name in the CreateMutex call include the &#8220;Global\&#8221; prefix to ensure that it is truly systemwide?</p>
<p>OT: do you know a way to obtain the free TurboDelphi suite? The official line seems to be to &#8220;use the 30 day evaluation instead&#8221; <img src='http://blog.delphi-jedi.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
