<?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>markjnet &#187; Performance</title>
	<atom:link href="http://www.markj.net/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markj.net</link>
	<description>iPhone App Development &#38; Consulting</description>
	<lastBuildDate>Sun, 04 Jul 2010 22:14:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bottlenecks &#8211; disk, cpu, synchronization, etc</title>
		<link>http://www.markj.net/bottlenecks-disk-cpu-synchronization-etc/</link>
		<comments>http://www.markj.net/bottlenecks-disk-cpu-synchronization-etc/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 04:48:51 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.markj.net/whats-the-bottleneck-disk-cpu-synchronization-etc/</guid>
		<description><![CDATA[Bottlenecks are the parts of the system that limit performance. The system is made up of multiple parts that can run in parallel, for example the disk can be doing disk IO at the same time as the CPU is running some code, but when the system is at its maximum throughput then one of [...]]]></description>
		<wfw:commentRss>http://www.markj.net/bottlenecks-disk-cpu-synchronization-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MarkJ&#8217;s Rules for Good Software Performance</title>
		<link>http://www.markj.net/markjs-rules-of-good-software-performance/</link>
		<comments>http://www.markj.net/markjs-rules-of-good-software-performance/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 06:21:16 +0000</pubDate>
		<dc:creator>markj</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[rule of thumb]]></category>
		<category><![CDATA[rules]]></category>

		<guid isPermaLink="false">http://www.markj.net/wp/markjs-rules-of-good-software-performance/</guid>
		<description><![CDATA[To get good performance from your software applications your team needs to follow MarkJ&#8217;s Rules of Good Software Performance:
1) Measure first and optimize second &#8211; find bottlenecks , ie don&#8217;t guess where a performance problem might be before you have one, find the slow part of the system through testing. In performance engineering it&#8217;s time [...]]]></description>
		<wfw:commentRss>http://www.markj.net/markjs-rules-of-good-software-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
