<?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: SQL Reporting Services: What does that &#8220;Thread pool pressure&#8221; warning mean?</title>
	<atom:link href="http://performancepointblog.com/2008/06/sql-reporting-services-what-does-that-thread-pool-pressure-warning-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://performancepointblog.com/2008/06/sql-reporting-services-what-does-that-thread-pool-pressure-warning-mean/</link>
	<description>A Blog about PerformancePoint, SQL Reporting Services and all the nummy BI technologies that interact with them</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:02:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Russell</title>
		<link>http://performancepointblog.com/2008/06/sql-reporting-services-what-does-that-thread-pool-pressure-warning-mean/comment-page-1/#comment-504</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Tue, 01 Dec 2009 22:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://performancepointblog.com/?p=15#comment-504</guid>
		<description>Sort of. 

The tasks that the blog mentions are serviced by a background thread pool where possible. Only a certain number of threads can be spun up in that pool because we don&#039;t want to &quot;swamp&quot; the CPU by spinning up too many.

If a task which might otherwise be serviced by that thread pool needs work and the maximum allowed threads are currently being used to do other things, then the threadpool message gets thrown and there is no &quot;hand off&quot; to the threadpool - the work gets done on the CURRENT thread.

So yeah, we&#039;re dealing with threads and therefore the CPU, but it doesn&#039;t necessarily mean the CPU is under pressure...just that we&#039;ve maxxed out the background threadpool.</description>
		<content:encoded><![CDATA[<p>Sort of. </p>
<p>The tasks that the blog mentions are serviced by a background thread pool where possible. Only a certain number of threads can be spun up in that pool because we don&#8217;t want to &#8220;swamp&#8221; the CPU by spinning up too many.</p>
<p>If a task which might otherwise be serviced by that thread pool needs work and the maximum allowed threads are currently being used to do other things, then the threadpool message gets thrown and there is no &#8220;hand off&#8221; to the threadpool &#8211; the work gets done on the CURRENT thread.</p>
<p>So yeah, we&#8217;re dealing with threads and therefore the CPU, but it doesn&#8217;t necessarily mean the CPU is under pressure&#8230;just that we&#8217;ve maxxed out the background threadpool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://performancepointblog.com/2008/06/sql-reporting-services-what-does-that-thread-pool-pressure-warning-mean/comment-page-1/#comment-497</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://performancepointblog.com/?p=15#comment-497</guid>
		<description>Did you manage to dig anything out back at the office? We&#039;ve experienced this issue recently and it would be great if you could confirm if it is just CPU related.</description>
		<content:encoded><![CDATA[<p>Did you manage to dig anything out back at the office? We&#8217;ve experienced this issue recently and it would be great if you could confirm if it is just CPU related.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Ball</title>
		<link>http://performancepointblog.com/2008/06/sql-reporting-services-what-does-that-thread-pool-pressure-warning-mean/comment-page-1/#comment-383</link>
		<dc:creator>Andy Ball</dc:creator>
		<pubDate>Wed, 18 Nov 2009 02:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://performancepointblog.com/?p=15#comment-383</guid>
		<description>Did you dig out anything back at the office ? :-)</description>
		<content:encoded><![CDATA[<p>Did you dig out anything back at the office ? <img src='http://performancepointblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://performancepointblog.com/2008/06/sql-reporting-services-what-does-that-thread-pool-pressure-warning-mean/comment-page-1/#comment-40</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://performancepointblog.com/?p=15#comment-40</guid>
		<description>Great question, and I&#039;m not 100% sure. I&#039;d assume this is processor-related since we&#039;re talking about threads - but am not sure. Let&#039;s see what I can dig up back at the office...</description>
		<content:encoded><![CDATA[<p>Great question, and I&#8217;m not 100% sure. I&#8217;d assume this is processor-related since we&#8217;re talking about threads &#8211; but am not sure. Let&#8217;s see what I can dig up back at the office&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Olson</title>
		<link>http://performancepointblog.com/2008/06/sql-reporting-services-what-does-that-thread-pool-pressure-warning-mean/comment-page-1/#comment-39</link>
		<dc:creator>Doug Olson</dc:creator>
		<pubDate>Thu, 09 Oct 2008 19:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://performancepointblog.com/?p=15#comment-39</guid>
		<description>So, what changes can be made to help the server out and avoid this.  Is it system memory, processor speed, or disk space?  I want to have my reports back as fast as possible, so when I see this I&#039;d like to know how it can be addressed.</description>
		<content:encoded><![CDATA[<p>So, what changes can be made to help the server out and avoid this.  Is it system memory, processor speed, or disk space?  I want to have my reports back as fast as possible, so when I see this I&#8217;d like to know how it can be addressed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
