|
|
|
Before going to production, you should ensure that the server-side script debugging is off for your ASP application. In fact, not only does server-side debugging slow down your application, it also forces all ASP request to be served by the same thread. In other words, you don't take advantage of IIS's multi-threaded capabilities. You can ensure that server-side debugging is off by bringing up the Properties dialog for the ASP application, then move to the Home Directory tab, click on the Configuration button, and then move to the App Debugging tab of the Application Configuration dialog that has appeared. While we're on this topic, there is another case when two client requests are assigned to the same thread: this happens when the request have the same SessionID, such as when they come from two browsers on the same machine, or from two frames of an HTML page loaded in the client browser.
For more information see: MSKB Article QQ216580 PRB: Blocking/Serialization When Using InProc Component (DLL) from ASP. |
|
|
|
Submitted By :
Nayan Patel
(Member Since : 5/26/2004 12:23:06 PM)
|
|
|
Job Description :
He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting. |
View all (893) submissions by this author
(Birth Date : 7/14/1981 ) |
|
|