The information in this article applies to:
SYMPTOMS
User requests serialize when you test your Active Server Pages (ASP) pages from one instance of a browser. CAUSEUser requests from the same session are serialized by ASP. RESOLUTIONTesting concurrency issues should be done using a stress simulation tool. For additional information, click the article number below to view the article in the Microsoft Knowledge Base: Q231282 INFO: Stress Tools to Test Your Web Server You can either disable session state for ASP at the server-side, or you can force new sessions from the client-side. Forcing new sessions at the client-side causes ASP to treat each request to be handled as a separate user session. For additional information on disabling ASP sessions at the server-side, click the article number below to view the article in the Microsoft Knowledge Base: Q244465 Disable ASP Session State To force new sessions from the client-side, you need to do the following:
STATUSThis behavior is by design. REFERENCESFor additional information, click the article number below to view the article in the Microsoft Knowledge Base: Q216580 PRB: Blocking/Serialization When Using InProc Component (DLL) from ASP Additional query words:
Keywords : kbASP kbASPObj kbThread kbGrpASP kbDSupport kbPerformance |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |