<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Devforce &amp; IIS Express &amp; Large query timeouts</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Devforce &amp; IIS Express &amp; Large query timeouts</description>
  <pubDate>Thu, 30 Jul 2026 00:46:28 -700</pubDate>
  <lastBuildDate>Fri, 03 Jun 2011 11:11:45 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2742</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Devforce &amp; IIS Express &amp; Large query timeouts : PompomJuice,  I wish I could...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2742&amp;PID=10891#10891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1097" rel="nofollow">robertg</a><br /><strong>Subject:</strong> 2742<br /><strong>Posted:</strong> 03-Jun-2011 at 11:11am<br /><br />PompomJuice,<br><br>I wish I could just make it go away! Unfortunately, it's not a DevForce problem, so I can just provide some advice.<br><br>It seems to me that you can approach this in two directions. You can either increase time timeout settings for IIS Express so it can handle the wait, or you can optimize your query so that it doesn't take as long, and you don't get to the timeout.<br><br>For speeding up your query, the first thing I would recommend is to take a look at the query performance article in the DRC: <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/query-per&#102;ormance" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/query-performance</a>. In particular, you might want to make sure that you're limiting your includes (which give the query an awful lot more work to do), or replace your current query with an asynchronous query, that brings down chunks of data at a time and thus prevents timeout. You may also choose to limit the amount of data you're querying into your entity with an anonymous projection: <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/query-an&#111;nymous-projecti&#111;ns" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/query-anonymous-projections</a>.<br><br>There are other things you could look into-- such as optimizing the underlying database for queries such as the one that you're running-- but I think that the IIS configuration and query performance steps should resolve your problem.<br><br>-- Robert<br>]]>
   </description>
   <pubDate>Fri, 03 Jun 2011 11:11:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2742&amp;PID=10891#10891</guid>
  </item> 
  <item>
   <title>Devforce &amp; IIS Express &amp; Large query timeouts : Hi,IIS Express has some sort of...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2742&amp;PID=10889#10889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=877" rel="nofollow">pompomJuice</a><br /><strong>Subject:</strong> 2742<br /><strong>Posted:</strong> 03-Jun-2011 at 1:14am<br /><br /><div style=": rgb255, 255, 255; margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; font-weight: normal; font-size: 12px; line-height: 1.4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; -: n&#111;ne; "><div style=": rgb255, 255, 255; margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; font-weight: normal; font-size: 12px; line-height: 1.4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; -: n&#111;ne; "><div>Hi,</div><div><br></div><div>IIS Express has some sort of issue with large queries. (~60K+ rows/~30 second query)</div><div><br></div><div>There comes a point where they will just time out, and none of your query&nbsp;time-out&nbsp;suggestions work.&nbsp;(ASP.NET Development Server just works)&nbsp;</div><div><br></div><div>Please figure out and make it go away please :)</div><div><br></div><div>W</div></div></div>]]>
   </description>
   <pubDate>Fri, 03 Jun 2011 01:14:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2742&amp;PID=10889#10889</guid>
  </item> 
 </channel>
</rss>