DOCUMENT:Q314402 09-JAN-2002 [iis] TITLE :PRB:Slow Clients Disconnected When Large Synchronous Writes Used PRODUCT :Internet Information Server PROD/VER::5.0 OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Internet Information Server version 5.0 ------------------------------------------------------------------------------- SYMPTOMS ======== Web clients who are using slow connections may be disconnected. CAUSE ===== The Web server is using large synchronous write methods to send data. RESOLUTION ========== To work around this problem, do one of the following: - Increase the connection timeout value in the Web site properties on the server. - Use asynchronous I/O (note that this is only possible with an ISAPI filter or extension). - Call the various write methods with a small amount of data in a loop, and keep looping until all of the data is sent. STATUS ====== Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION ================ In Active Server Pages (ASP) pages, this may occur when you call Response.Write or Response.BinaryWrite with large amounts of data. In Internet Server Application Programming Interface (ISAPI) extensions, this problem may occur when you issue synchronous WriteClient calls with large data buffers. Additional query words: ====================================================================== Keywords : Technology : kbiisSearch kbiis500 Version : :5.0 Issue type : kbprb ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2002.