<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx</link><description>System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Well, it has happened again,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#220379</link><pubDate>Wed, 25 Aug 2004 18:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:220379</guid><dc:creator>Duncan Godwin</dc:creator><description>Another cause is rapidly opening or closing connections with sql debugging enabled in Visual Studio.  See &lt;a target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;830118"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;830118&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Sql debugging disables connection pooling (which makes sense) so the same error is returned.</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#220419</link><pubDate>Wed, 25 Aug 2004 19:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:220419</guid><dc:creator>Jerry Pisk</dc:creator><description>Q: Do I also need to explicitely close an open data reader on the connection, which would require nested using statements or try/catch block (which is what I'm using right now)? Or can I just &amp;quot;close&amp;quot; the connection and not worry about whether it has an open data reader on it or not?</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#220438</link><pubDate>Wed, 25 Aug 2004 19:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:220438</guid><dc:creator>Vasu G</dc:creator><description>Does connection.Dispose() remove the connection from the pool versus Close()?</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#220447</link><pubDate>Wed, 25 Aug 2004 20:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:220447</guid><dc:creator>Balaji</dc:creator><description>We often find the following  error in our event log. Seems to occur randomly atleast 4 or 5 times a day. Any ideas?&lt;br&gt;The stored procedure call is not expensive. It just reads a record from the table.&lt;br&gt;&lt;br&gt;&lt;br&gt;1) Exception Information&lt;br&gt;*********************************************&lt;br&gt;Exception Type: System.Data.SqlClient.SqlException&lt;br&gt;Errors: System.Data.SqlClient.SqlErrorCollection&lt;br&gt;Class: 10&lt;br&gt;LineNumber: 0&lt;br&gt;Message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.&lt;br&gt;Number: -2&lt;br&gt;Procedure: ConnectionRead (recv()).&lt;br&gt;Server: &lt;br&gt;State: 0&lt;br&gt;Source: .Net SqlClient Data Provider&lt;br&gt;TargetSite: System.Data.SqlClient.SqlDataReader ExecuteReader(System.Data.CommandBehavior, System.Data.SqlClient.RunBehavior, Boolean)&lt;br&gt;HelpLink: NULL&lt;br&gt;&lt;br&gt;StackTrace Information&lt;br&gt;*********************************************&lt;br&gt;   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)&lt;br&gt;   at System.Data.SqlClient.SqlCommand.ExecuteReader()&lt;br&gt;   at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership)&lt;br&gt;   at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)&lt;br&gt;   at Deloitte.Platform.Data.SqlHelper.ExecuteReader(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)&lt;br&gt;   at Deloitte.Platform.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)&lt;br&gt;   at ContentManagementHelper.Data.UserEmailDAO.GetUserInfo(String userId)&lt;br&gt;   at </description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#220465</link><pubDate>Wed, 25 Aug 2004 20:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:220465</guid><dc:creator>Angel</dc:creator><description>Duncan,&lt;br&gt;You are completelly correct. This is an ugly bug and I have edited the blog to include this regression. Thank you.&lt;br&gt;&lt;br&gt;Jerry and Vasu, I have expanded the Q&amp;amp;A area to include your questions, let me know if you need more information.&lt;br&gt;&lt;br&gt;Balaji,&lt;br&gt;It definitelly looks like you are leaking connections, does this become worse with more load? If you are using Whidbey take a look at the NumberOfReclaimedConnections performance counter. Making sure that all connections are guaranteed to be closed should be the first thing you look into.</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#220902</link><pubDate>Thu, 26 Aug 2004 15:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:220902</guid><dc:creator>Balaji</dc:creator><description>Thanks. I will look into it again. I took a good look at the code a number of times before to check for leaks. No luck for me yet. &lt;br&gt;&lt;br&gt;Is there any tool / monitor that is there right now or can be done that will give the code path that opened each connection that is not closed? I know probably I'am asking for too much, but if we have such a tool, then we can turn it on in our servers and see exactly which codepath causes the connections to leak and so on.&lt;br&gt;&lt;br&gt;Just a thought. If there is something out there like this now, please let me know.&lt;br&gt;&lt;br&gt;The tool could output stuff like&lt;br&gt;&lt;br&gt;Connection ID : 34343&lt;br&gt;---------------------------&lt;br&gt;Connection String : &amp;lt;xxxxxx&amp;gt;&lt;br&gt;----------------------------------&lt;br&gt;Status : Open&lt;br&gt;----------------&lt;br&gt;Opened on : 08-12-04 4:55 PM&lt;br&gt;-----------------------------------&lt;br&gt;Open stack :&lt;br&gt;---------------&lt;br&gt;at System.Data.SqlClient.SqlCommand.ExecuteReader() &lt;br&gt;at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) &lt;br&gt;at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) &lt;br&gt;at Deloitte.Platform.Data.SqlHelper.ExecuteReader(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) &lt;br&gt;at Deloitte.Platform.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) &lt;br&gt;at ContentManagementHelper.Data.UserEmailDAO.GetUserInfo(String userId)&lt;br&gt;&lt;br&gt;Etc&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#220992</link><pubDate>Thu, 26 Aug 2004 17:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:220992</guid><dc:creator>Angel</dc:creator><description>Balaji,&lt;br&gt;In whidbey you can use the new performance counter to see if connections are leaking and I believe that you can figure out which connection is leaking from the new Tracing support added. I am trying to find out more information about how Tracing is exposed in beta 1 but so far I have nothing.  &lt;br&gt;&lt;br&gt;It is very possible that a tool that checks for leaked connections could be made, I am going to have to look into it in more detail.</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#221246</link><pubDate>Fri, 27 Aug 2004 01:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:221246</guid><dc:creator>Bill</dc:creator><description>Really great post - it needs to be on MSDN ;-)</description></item><item><title>The Real Deal on Connection Management </title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#221247</link><pubDate>Fri, 27 Aug 2004 04:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:221247</guid><dc:creator>Bill's House O Insomnia</dc:creator><description /></item><item><title>Connection Pool Timeouts</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#221315</link><pubDate>Fri, 27 Aug 2004 07:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:221315</guid><dc:creator>OdeToCode Link Blog</dc:creator><description /></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#230099</link><pubDate>Wed, 15 Sep 2004 20:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:230099</guid><dc:creator>Bill Vaughn</dc:creator><description>Ah, the number 2 most-frequent-cause for this timeout is when too much work is demanded of the server. For example, in an ASP environment, if you get too busy (too many hits), the amount of processing that needs to be done in order for a connection to be free by the time another user requests one is too high. In other words, if an ASP instance is blocked or held up by processing limitations, it must hold the connection open until it's done. If another instance is opened, another connection has to be added to the pool (the first is busy). This is perfectly normal, but can only go on so long. When the processor capacity matches the demand, the number of pooled connections remains relatively flat. When the demand increases beyond capacity, it creaps up until it finally exhausts the pool capacity. If the server is capable of handling many operations at once (most are with JET being the notable exception), it can handle dozens of working connections. However, there are limits...&lt;br&gt;</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#233522</link><pubDate>Thu, 23 Sep 2004 18:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:233522</guid><dc:creator>John Saunders</dc:creator><description>I'm a bit confused about this:&lt;br&gt;&lt;br&gt;----&lt;br&gt;Q:What do you mean by “practically the same thing”&lt;br&gt;&lt;br&gt;A: Dispose will clean the connection string information from the SqlConnection and then call Close. There are no other differences, you can verify this by using reflector.&lt;br&gt;----&lt;br&gt;&lt;br&gt;When you say &amp;quot;clean the connection string information&amp;quot;, do you mean it does &amp;quot;&amp;lt;SqlConnection&amp;gt;.ConnectionString = null&amp;quot;, or do you mean it clears internal state?&lt;br&gt;&lt;br&gt;Also, under what circumstances would I want to clear the connection string information or to not clear it?&lt;br&gt;</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#233525</link><pubDate>Thu, 23 Sep 2004 18:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:233525</guid><dc:creator>Angel</dc:creator><description>John, yes exactly. Dispose will null out the ConnectionString and then call close. That is all. I will update the blog to make this clear.</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#233526</link><pubDate>Thu, 23 Sep 2004 18:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:233526</guid><dc:creator>Angel</dc:creator><description>Forgot to address your second question. The only difference would be that code like this:&lt;br&gt;&lt;br&gt;con.open&lt;br&gt;con.close&lt;br&gt;con.open&lt;br&gt;&lt;br&gt;would work, where this&lt;br&gt;con.open&lt;br&gt;con.dispose.&lt;br&gt;con.open&lt;br&gt;&lt;br&gt;would not since the connection string has been cleared. There is nothing stopping you from doin the following though:&lt;br&gt;&lt;br&gt;con.open&lt;br&gt;con.dispose&lt;br&gt;con.ConnectionString=&amp;lt;valid connection string&amp;gt;&lt;br&gt;con.open&lt;br&gt;&lt;br&gt;</description></item><item><title>Disposal Anxiety</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#253666</link><pubDate>Mon, 08 Nov 2004 02:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:253666</guid><dc:creator>K. Scott Allen's Blog</dc:creator><description /></item><item><title>Disposal Anxiety</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#253671</link><pubDate>Mon, 08 Nov 2004 02:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:253671</guid><dc:creator>K. Scott Allen's Blog</dc:creator><description /></item><item><title>Closing vs. Disposing of Exceptions</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#257117</link><pubDate>Sun, 14 Nov 2004 08:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:257117</guid><dc:creator>Bill's House O Insomnia</dc:creator><description /></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#590643</link><pubDate>Fri, 05 May 2006 13:21:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:590643</guid><dc:creator>Richard</dc:creator><description>I'm trying to find leaking connections in some code that I inherited. The code is using Microsoft Data Access Application Block for .NET Version 2.0's SQLHelper.cs, and contains this code, which looks like it requires the caller to close the connection. Unfortunately, there isn't a way of getting the connection from the DataReader (is there?). Maybe I'm wrong. Maybe when the DataReader is disposed it closes the connection (but I doubt it). Anyone got any ideas?&lt;br&gt;&lt;br&gt;&lt;br&gt;		public static SqlDataReader ExecuteReader(string connectionString, CommandType commandType, string commandText, params SqlParameter[] commandParameters)&lt;br&gt;		{&lt;br&gt;			if( connectionString == null || connectionString.Length == 0 ) throw new ArgumentNullException( &amp;quot;connectionString&amp;quot; );&lt;br&gt;			SqlConnection connection = null;&lt;br&gt;			try&lt;br&gt;			{&lt;br&gt;				connection = new SqlConnection(connectionString);&lt;br&gt;				connection.Open();&lt;br&gt;&lt;br&gt;				// Call the private overload that takes an internally owned connection in place of the connection string&lt;br&gt;				return ExecuteReader(connection, null, commandType, commandText, commandParameters,SqlConnectionOwnership.Internal);&lt;br&gt;			}&lt;br&gt;			catch&lt;br&gt;			{&lt;br&gt;				// If we fail to return the SqlDatReader, we need to close the connection ourselves&lt;br&gt;				if( connection != null ) connection.Close();&lt;br&gt;				throw;&lt;br&gt;			}&lt;br&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br&gt;		}&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#590647</link><pubDate>Fri, 05 May 2006 13:37:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:590647</guid><dc:creator>Richard</dc:creator><description>Apologies. I think I've worked it out now... ExecuteReader is being called with SqlConnectionOwnership.Internal, which means it uses&lt;br&gt;dataReader = cmd.ExecuteReader(CommandBehavior.CloseConnection);&lt;br&gt;which *does* mean that the connection is closed when the DataReader is closed. Sorry.</description></item><item><title>re: Connection Pooling and the "Timeout expired" exception FAQ</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#638361</link><pubDate>Tue, 20 Jun 2006 06:47:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:638361</guid><dc:creator>rape stories</dc:creator><description>Your article is prety nice. It's a pity that i didn't see it more later.</description></item><item><title>Testing connection pooling and &amp;amp;quot;timeout expired&amp;amp;quot; exceptions</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#735421</link><pubDate>Fri, 01 Sep 2006 18:25:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:735421</guid><dc:creator>Jeff Stong</dc:creator><description>(or, how to load test the connection pool without breaking a sweat)&lt;br&gt;&lt;br&gt;Recently, I encountered a question...</description></item><item><title>Never-ending story of Close versus Dispose</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#1325021</link><pubDate>Tue, 19 Dec 2006 17:58:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1325021</guid><dc:creator>Alex Thissen Weblog Build 1.15.10.1971</dc:creator><description>&lt;p&gt;Erno de Weerd recently posted a blog entry on how SqlConnection.Dispose removes the connection from the&lt;/p&gt;</description></item><item><title>Error: System.Data.SqlClient.SqlException: Timeout expired</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#3584557</link><pubDate>Thu, 28 Jun 2007 16:49:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3584557</guid><dc:creator>BizTalk Blog by Chris Han</dc:creator><description>&lt;p&gt;Error: System.Data.SqlClient.SqlException: Timeout expired&lt;/p&gt;
</description></item><item><title>Mao&amp;#8217;s Blog  &amp;raquo; Blog Archive   &amp;raquo; connection pooling in .Net</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#4975115</link><pubDate>Tue, 18 Sep 2007 12:22:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4975115</guid><dc:creator>Mao’s Blog  » Blog Archive   » connection pooling in .Net</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.mauriziopapini.eu/wordpress/?p=9"&gt;http://www.mauriziopapini.eu/wordpress/?p=9&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>ADO.NET: tu conexion no se cierra con Close?, el poder de using</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#7142004</link><pubDate>Thu, 17 Jan 2008 17:51:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7142004</guid><dc:creator>SergioTarrillo's RichWeblog</dc:creator><description>&lt;p&gt;Aunque en desarrollo using s&amp;#243;lo ser&amp;#225; una instrucci&amp;#243;n , cuando hagas deployment ver&amp;#225;s el poder de using&lt;/p&gt;
</description></item><item><title>ADO.NET: tu conexion no se cierra?, el poder de using</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#7150658</link><pubDate>Fri, 18 Jan 2008 19:53:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7150658</guid><dc:creator>ASP.NET Espanol Blogs</dc:creator><description>&lt;p&gt;Aunque en desarrollo using s&amp;#243;lo ser&amp;#225; una instrucci&amp;#243;n , cuando hagas deployment ver&amp;#225;s el poder de using&lt;/p&gt;
</description></item><item><title>Indications that we are leaking connections</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#7987434</link><pubDate>Sun, 02 Mar 2008 11:55:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7987434</guid><dc:creator>Digging the Unkown</dc:creator><description>&lt;p&gt;We get a lot of queries from developers around the following error while they are using ADO.NET &amp;amp;quot;Timeout&lt;/p&gt;
</description></item><item><title>Indications that we are leaking connections</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#7987709</link><pubDate>Sun, 02 Mar 2008 12:28:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7987709</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;We get a lot of queries from developers around the following error while they are using ADO.NET &amp;amp;quot;Timeout&lt;/p&gt;
</description></item><item><title>MSDN Blog Postings  &amp;raquo; Indications that we are leaking connections</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#7988209</link><pubDate>Sun, 02 Mar 2008 13:32:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7988209</guid><dc:creator>MSDN Blog Postings  » Indications that we are leaking connections</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2008/03/02/indications-that-we-are-leaking-connections/"&gt;http://msdnrss.thecoderblogs.com/2008/03/02/indications-that-we-are-leaking-connections/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>  Windows Server 2003 : Problema con l&amp;#8217;app Pool: The timeout period elap..</title><link>http://blogs.msdn.com/angelsb/archive/2004/08/25/220333.aspx#9440149</link><pubDate>Sun, 22 Feb 2009 14:57:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9440149</guid><dc:creator>  Windows Server 2003 : Problema con l&amp;#8217;app Pool: The timeout period elap..</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.winnyspot.com/windows-server-2003-problema-con-lapp-pool-the-timeout-period-elap"&gt;http://www.winnyspot.com/windows-server-2003-problema-con-lapp-pool-the-timeout-period-elap&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>