Faves for this Web page
- mohit - Apr 24 2008 | development, asp, net, c#, scalability, programming
Quoted: A truly scalable ASP.NET Web site makes optimum use of the thread pool. That means making sure request-processing threads are executing code instead of waiting for I/O to complete. If the thread pool becomes saturated due to all the threads grinding away on the CPU, there's little you can do but add servers.
.
However, most Web apps talk to databases, Web services, or other external entities, and limit scalability by forcing thread-pool threads to wait for database queries, Web service calls, and other I/O operations to complete.
Votes for this web page
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
c
-
1 FaverViewed: 27 TimesQuoted: Introduction to Irony - a new technology of parser/compiler construction for .NET; Author: Roman Ivantsov; Section: Algorithms & Recipes; Chapter: General Programming
- tsupo - Aug 11 20071 FaverViewed: 13 Times
- websurfer5 - May 06 20091 FaverViewed: 2 Times
.net
-
Here is an MSDN article on the ASP.NET MVC framework from March.
3 FaversViewed: 11 TimesQuoted: ... a controller can be instantiated directly, and action methods called, without any additional infrastructure. You don't need an HTTP context, and you don't need a server, just a test harness.
...
the ASP.NET MVC Framework offers Web developers a new way to build Web applications in the Microsoft .NET Framework. The Framework is designed for testability, embraces HTTP instead of trying to abstract it away, and is extensible at just about every point. - relia - Oct 17 20081 FaverViewed: 1 Time
- AdEmp - Aug 27 20081 FaverViewed: 1 Time
