The information in this article applies to:
SYMPTOMSActive Server Pages (ASP) does not provide a mechanism for notifying browser clients of progress while a long running task is executed on the server. CAUSEASP is constrained by HTTP, which is inherently stateless and does not provide a mechanism for callback notifications. RESOLUTION
Because ASP is executed procedurally and synchronously, avoid calling long-running methods or components that perform extensive work, directly from your ASP pages. Calling long-running methods or components negatively impacts performance and scalability of your Web server.
Additional query words:
Keywords : kbASP kbGrpASP kbDSupport kbEventService |
Last Reviewed: October 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |