Sign In
PerfWorld.com
ASP.NET Performance Tuning, Coding Standards, Guidelines, Best Practices, and Other Buzzwords
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
IIS
Performance Counters
Powershell
Precompile
Archive
Archives
January 2010
(2)
June 2009
(1)
February 2009
(1)
January 2009
(5)
January, 2010
MSDN Blogs
>
PerfWorld.com
>
January, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
PerfWorld.com
How can I disable batch compilation for my ASP.NET web pages so that the first user accessing the web site doesn’t experience slow performance?
Posted
over 2 years ago
by
Reuben Frost
0
Comments
The batch property of the compilation element, which is enabled by default in ASP.NET, is used to control whether the initial page request will continue to compile additional files in the same directory before completing the original request. This can...
PerfWorld.com
How can I improve the performance of ASP.NET by adjusting the CLR thread throttling properties?
Posted
over 2 years ago
by
Reuben Frost
0
Comments
This post applies to: .NET 2.0, 3.0 & 3.5. The CLR uses an adjustable threshold property called minWorkerThreads and minIoThreads to control when to introduce throttling to thread creation. The idea behind the delay is to prevent a burst in...
Page 1 of 1 (2 items)