Re: ASP .NET, Thread Pool, machine.config

S

Scott Allen

Hi Fek:

You should read the following support document. Particularly the
maxconnection setting as you'll need to bump this up even under the
lightest load.

PRB: Contention, poor performance, and deadlocks when you make Web
service requests from ASP.NET applications
http://support.microsoft.com/default.aspx?scid=kb;en-us;821268

Generally speaking, you need to do some testing before and after
tweaking these runtime settings. Don't go in presupposing that you
need to do it - but test and measure. Having too many threads can be
just as much of a bottleneck as too few. Test and measure, test and
measure :)
 
B

bruce barker

besides bumping the asp.net thread pool, you will need to bump the number of
iis threads, and bump the max connections. IIS will not go much above 200
conncurrent conections.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top