<?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: Load Testing the Cache &#8211; Memory Usage Over Cache Access</title>
	<atom:link href="http://distributedlife.com/blog/2009/04/load-testing-the-cache-memory-usage-over-cache-access.html/feed" rel="self" type="application/rss+xml" />
	<link>http://distributedlife.com/blog/2009/04/load-testing-the-cache-memory-usage-over-cache-access.html</link>
	<description>passionate about everything</description>
	<lastBuildDate>Tue, 22 Jun 2010 13:04:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rybo</title>
		<link>http://distributedlife.com/blog/2009/04/load-testing-the-cache-memory-usage-over-cache-access.html/comment-page-1#comment-695</link>
		<dc:creator>rybo</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://distributedlife.com/blog/?p=223#comment-695</guid>
		<description>Good point Rory. 

I usually write dedicated unit tests for threading scenarios but then again I usually have intimate knowledge of the threaded code. 

I&#039;m not sure what the best way to test thread safety would be, especially if you did not have direct knowleddge of the threading code.

To use a load test would require your code to perform a reasonable amount of checking to ensure the object to returned is the correct one. Just using normal load testing code wouldn&#039;t be sufficient as isn&#039;t as thorough as a unit test.

What do you suggest?</description>
		<content:encoded><![CDATA[<p>Good point Rory. </p>
<p>I usually write dedicated unit tests for threading scenarios but then again I usually have intimate knowledge of the threaded code. </p>
<p>I&#8217;m not sure what the best way to test thread safety would be, especially if you did not have direct knowleddge of the threading code.</p>
<p>To use a load test would require your code to perform a reasonable amount of checking to ensure the object to returned is the correct one. Just using normal load testing code wouldn&#8217;t be sufficient as isn&#8217;t as thorough as a unit test.</p>
<p>What do you suggest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rory Primrose</title>
		<link>http://distributedlife.com/blog/2009/04/load-testing-the-cache-memory-usage-over-cache-access.html/comment-page-1#comment-694</link>
		<dc:creator>Rory Primrose</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://distributedlife.com/blog/?p=223#comment-694</guid>
		<description>Load testing is also helpful to identify whether the cache has been correctly developed to be thread safe.</description>
		<content:encoded><![CDATA[<p>Load testing is also helpful to identify whether the cache has been correctly developed to be thread safe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

