<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'performance'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=performance&amp;orTags=0</link><description>Search results matching tag 'performance'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Time lags and delays on iis</title><link>http://forums.iis.net/p/1163063/1926547.aspx#1926547</link><pubDate>Mon, 30 Nov 2009 12:24:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926547</guid><dc:creator>ch0my</dc:creator><cs:applicationKey>tuning_iis--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Hello all,&lt;/p&gt;&lt;p&gt;Hopefully I will get an answer to this question as this is bothering us for a long time. we have two web apps on same server. One is calling another using http or soap (this doesn&amp;#39;t have influence on delay issue). At random times it happens that in the log we see that app1 issues request with some delay to app2. Everything in both apps works fine and we are sure that this is related to some configuration issue but we don&amp;#39;t have a clue...&lt;/p&gt;&lt;p&gt;Anyone expirienced something like this before?&lt;/p&gt;&lt;p&gt;Thanks in advance! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Shared config &amp;quot;Configuration Performance&amp;quot; speed</title><link>http://forums.iis.net/p/1162622/1924719.aspx#1924719</link><pubDate>Fri, 13 Nov 2009 22:31:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924719</guid><dc:creator>Dominic D</dc:creator><cs:applicationKey>iis7_-_web_farms-41</cs:applicationKey><description>&lt;p&gt;We have an IIS7.5 farm using shared config which is stored on a central file server (A NAS appliance that i believe runs Samba under the hood). &lt;/p&gt;
&lt;p&gt;This started out pretty small 2 servers, less than 10% cpu, and just 1 site. Over time, we&amp;#39;ve migrated more and more apps to this newer farm from our IIS6 installation. As it stands now, there are 6 servers, averaging around 60% cpu, and around 20 business apps. &lt;/p&gt;
&lt;p&gt;We&amp;#39;ve been extremely happy with both IIS7.5 and shared config. A lot more consistency across the farm, and lower provisioning time. One thing I&amp;#39;ve started to notice is configuration changes now take significantly longer (up to 1 minute) whereas before they were almost instantaneous. This includes anything from creating a new site, to a new WP, to modifying authentication settings on a site. It&amp;#39;s not really a problem, its still infinitely faster and better than making individual changes on all nodes. It&amp;#39;s more my curiosity. Pretty much all of my variables changed at the same time, so I really don&amp;#39;t know whether its the # of apps, # of servers, or cpu load thats slowed this down. &lt;/p&gt;
&lt;p&gt;Has anyone else experienced anything like this?&lt;/p&gt;</description></item><item><title>Re: Force site URL</title><link>http://forums.iis.net/p/1162059/1923111.aspx#1923111</link><pubDate>Mon, 02 Nov 2009 18:19:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923111</guid><dc:creator>DanielVL</dc:creator><cs:applicationKey>iis_7_-_aspnet_administration-41</cs:applicationKey><description>&lt;p&gt;URL Rewrite is cache friendly, meaning that for frequently hit URLs the redirection will happen really fast, a hashtable look up and then a native&amp;nbsp;Redirect call. Expect great performance.&lt;/p&gt;</description></item><item><title>Speeding Up Response</title><link>http://forums.iis.net/p/1162154/1922539.aspx#1922539</link><pubDate>Wed, 28 Oct 2009 21:36:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922539</guid><dc:creator>karbonphyber</dc:creator><cs:applicationKey>iis7_-_tuning_iis-41</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is my first post and i&amp;#39;ve tried searching for it but the search functionality just doesn&amp;#39;t seem to work. =\&lt;/p&gt;&lt;p&gt;So here it is:&lt;/p&gt;&lt;p&gt;I&amp;#39;ve been reading up on IIS7 running ASP.NET apps for good reason. Reasons are to increase reliability as well as performance. The particular ASP application we&amp;#39;re running is DotNetNuke, i&amp;#39;m not sure if IIS7 should be configured uniquely to handle it but so far we&amp;#39;ve been running DNN on:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;its own application pool which sports the following configuration&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;ol&gt;&lt;li&gt; Integrated pipeline mode &lt;/li&gt;&lt;li&gt;Default of a 1000 queue length&lt;/li&gt;&lt;li&gt;Default Idle Time-out of 20&lt;/li&gt;&lt;li&gt;One (1) Worker Process&lt;/li&gt;&lt;li&gt;Recycling at Regular Time Interval 29hrs&lt;/li&gt;&lt;li&gt;Recycling at Specific Times 0300hrs&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;&lt;p&gt;Currently I&amp;#39;m pushing for us to allocate time to view the logs created by IIS on traffic so that we can pull figures out from the charts created which could help us with &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Keeping these DNN sites alive so they don&amp;#39;t have to recompile on request after there&amp;#39;s been a long period of inactivity (Time-out)&lt;/li&gt;&lt;li&gt;Increasing the response speed of the site. Our monitoring tools recorded three (3) performance violations in an hour. It was to pick out response times of more than three (3) seconds. This knowledge coupled with the IIS Stats could give us a business reason to drive more visitors in.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I&amp;#39;ve read that increasing Worker Processes would assist in response time and have read a few testimonials that showed evidence of it obtaining remarkable results and so have increased Worker Processes to 2 for trials. &lt;/p&gt;&lt;p&gt;In the meantime, I&amp;#39;ve read that InProc session states would not be maintained as each W3WP has it&amp;#39;s own boundaries and does not share sessions. Will using ASP.NET&amp;#39;s ViewState be affected in any way? In the future, another application that will be deployed, will use simple Sessions. Will that break?&lt;/p&gt;&lt;p&gt;I was hoping to obtain a cleaner site, closer to opening times, so was hoping to recycle at about 7am instead of 3am. Would that help stability at all?&lt;/p&gt;&lt;p&gt;In DNN, there is a KeepAlive.aspx file which refreshes every now and then. The aim was to connect to that page and let it refresh to keep the site alive. It has worked in keeping the site alive and the payload returned is extremely small, which is a plus! Couple this with traffic stats from IIS and we should have an answer as to how long to adjust keep-alive.&lt;/p&gt;&lt;p&gt;Are there any side-effects of increasing keep-alive? I&amp;#39;m guessing that keeping the connection alive for too long would reduce the availability of connections to new visitors?&lt;/p&gt;&lt;p&gt;Now that you know my story...&lt;/p&gt;&lt;p&gt;How should we go about increasing stability and performance?&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Worker Processes&lt;/li&gt;&lt;li&gt;Worker Threads - Can we adjust this??&lt;/li&gt;&lt;li&gt;Recycling Times&lt;/li&gt;&lt;/ul&gt;Thanks Experts!!!!&lt;br /&gt;</description></item><item><title>FTP client times out on directory change</title><link>http://forums.iis.net/p/1162116/1922373.aspx#1922373</link><pubDate>Tue, 27 Oct 2009 19:20:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922373</guid><dc:creator>computerlady911</dc:creator><cs:applicationKey>tuning_iis--1</cs:applicationKey><description>&lt;p&gt;&amp;nbsp;Every time I connect to my ftp server, the connection initially works fine but if I click on any directory the client times out the first time.&amp;nbsp; If I wait until after I get the error, then try again it will work.&amp;nbsp; I am using IIS6 for the ftp and filezilla for the client.&lt;/p&gt;&lt;p&gt;This is how the filezilla reports the command and error. &amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Command:&amp;nbsp;&amp;nbsp;&amp;nbsp; CWD /folder name/folder name/Folder Name&lt;br /&gt;Error:&amp;nbsp;&amp;nbsp;&amp;nbsp; Connection timed out&lt;br /&gt;Error:&amp;nbsp;&amp;nbsp;&amp;nbsp; Failed to retrieve directory listing &lt;/p&gt;&lt;p&gt;I increased the timeout settings to 1200 sec but no change.&amp;nbsp; Again it does work the second time I try to click on the folder.&amp;nbsp; But this is not a satisfactory result for my users.&amp;nbsp; It happens on every folder.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Any performance tips &amp;amp; tweaks?</title><link>http://forums.iis.net/p/1161485/1919545.aspx#1919545</link><pubDate>Mon, 05 Oct 2009 18:00:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1919545</guid><dc:creator>samunplugged</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am planning to rent a new server that has four cores (11ghz)/4GB RAM. The other option is to rent a server with multi-processor and multi-cores (18ghz)/8GB RAM. Both would run Windows Server 2008 Web edition&amp;nbsp;(x64 bit). &lt;/p&gt;
&lt;p&gt;I will be running web-sites written in&amp;nbsp;ASP.net and some other sites running on PHP (FastCGI) and ColdFusion (IIS6 Compatability ISAPI module). The server would host both MySQL and SQL Server 2008 web edition.&lt;/p&gt;
&lt;p&gt;Can somebody explain to me if my web applications on IIS will actually benefit from the powerful systems? What default settings I should change?&lt;/p&gt;
&lt;p&gt;What should be done to completely harness the power of multi-core or multi-processor server on PHP, ColdFusion, IIS and MySQL? &lt;/p&gt;
&lt;p&gt;I&amp;#39;m not so worried about SQL Server 2008, cos I know it just rocks.&lt;/p&gt;
&lt;p&gt;But any tweaks on any of the mentioned servers would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Best&lt;/p&gt;
&lt;p&gt;Sameer&lt;/p&gt;</description></item><item><title>Website not responding</title><link>http://forums.iis.net/p/1160839/1916588.aspx#1916588</link><pubDate>Fri, 11 Sep 2009 11:40:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916588</guid><dc:creator>manishsingh</dc:creator><cs:applicationKey>tuning_iis--1</cs:applicationKey><description>&lt;p&gt;My webserver which is hosting multiple site on IIS 6.0 is getting stucked after few hours..the static pages is coming from webserver but the pages whic are dynamic is not responding..it again comes up only when we recycle the Application pool for the sites from IIS..&lt;/p&gt;&lt;p&gt;Asp.net framework2.0, SQL server2005 and IIS6.0&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help Thanks in advance ....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IIS 6 - ServerGotRequest vs ServerBeginResponse</title><link>http://forums.iis.net/p/1160692/1916047.aspx#1916047</link><pubDate>Mon, 07 Sep 2009 12:02:59 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916047</guid><dc:creator>AlexRosa</dc:creator><cs:applicationKey>general--1</cs:applicationKey><description>&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;Analyzing a Fiddler session we noticed that almost 98% of the overall elapsed time was included between ServerGotRequest and ServerBeginResponse.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;Example:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ACTUAL PERFORMANCE&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;--------------&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ClientConnected:&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;13:54:21:7882&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ClientDoneRequest:&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;13:54:21:7882&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;Gateway Determination:&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;0ms&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;DNS Lookup: &lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;0ms&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;TCP/IP Connect:&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;0ms&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ServerGotRequest:&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;13:54:21:7882&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ServerBeginResponse:&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;13:54:24:0851&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ServerDoneResponse:&lt;span&gt; &lt;/span&gt;13:54:24:1007&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ClientBeginResponse:&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;13:54:24:1007&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;ClientDoneResponse:&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;13:54:24:1320&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-SIZE:x-small;"&gt;&lt;span style="FONT-FAMILY:Consolas;"&gt;&lt;font size="1"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Overall Elapsed:&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;00:00:02.3437950&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;I could&amp;#39;nt find any article explain it why this occurs.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;&lt;br /&gt;This behavior occurs on each request (AJAX and ASP.NET code), specially when the request come from Internet. When the request come from intranet&amp;nbsp;the difference&amp;nbsp;are&amp;nbsp;only milliseconds.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0cm 0cm 0pt;" class="MsoPlainText"&gt;&lt;span style="FONT-FAMILY:Consolas;FONT-SIZE:x-small;"&gt;&lt;font size="1"&gt;What this difference means?&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;/font&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WCAT script that uses website input</title><link>http://forums.iis.net/p/1160597/1915631.aspx#1915631</link><pubDate>Wed, 02 Sep 2009 20:03:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915631</guid><dc:creator>Victor75</dc:creator><cs:applicationKey>tuning_iis--1</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m using WCat 6.3.1 on WinXP to test a ASP application running on IIS 6.0.&lt;/p&gt;&lt;p&gt;The application is owned by a third party, so I have no means of adjusting it. To complete a transaction you need to submit a form. The problem is a hidden input field, that changes every time.&lt;/p&gt;&lt;p&gt;Is there anyway of capturing (part of the) data that comes from the webserver and re-use that in the script?&lt;/p&gt;&lt;p&gt;If a solution was already posted somewhere else, please tell me where, as I could not find anything any where. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>how to determine the values for app pool ?</title><link>http://forums.iis.net/p/1160339/1914687.aspx#1914687</link><pubDate>Wed, 26 Aug 2009 13:24:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1914687</guid><dc:creator>varshini</dc:creator><cs:applicationKey>tuning_iis--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How to determine&amp;nbsp;the best value for maximum virtual memory setting in app pool and the number of minutes to recycle worker process for best performance ?&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;</description></item></channel></rss>