<?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>X-N2O&#039;s Blog &#187; Shared Resource</title>
	<atom:link href="http://x-n2o.com/tag/shared-resource/feed" rel="self" type="application/rss+xml" />
	<link>http://x-n2o.com</link>
	<description></description>
	<lastBuildDate>Sun, 11 Mar 2012 03:46:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Multithreading</title>
		<link>http://x-n2o.com/multithreading</link>
		<comments>http://x-n2o.com/multithreading#comments</comments>
		<pubDate>Thu, 19 Mar 2009 16:09:48 +0000</pubDate>
		<dc:creator>X-N2O</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Shared Resource]]></category>
		<category><![CDATA[Stack]]></category>
		<category><![CDATA[Threads]]></category>

		<guid isPermaLink="false">http://www.x-n2o.com/?p=52</guid>
		<description><![CDATA[Making an application multithreaded means having several threads, several functions running at the same time. This may look simple, and not complicated, but there are certain &#8216;problems&#8217; that could appear. The most important factor of multithreading is synchronization! Syncronizing threads means making them organize operations on shared resources. Shared resources are often global variables or [...]]]></description>
		<wfw:commentRss>http://x-n2o.com/multithreading/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

