Re: IIS6 Slow
From: Nikolay (nbaranov_ANTI_SPAM__at_bcc.ru)
Date: 05/14/04
- Next message: Ken Schaefer: "Re: Quick ASP Question."
- Previous message: Michael J.: "Owa - Microsoft VBScript runtime (0x800A000D)"
- In reply to: js: "IIS6 Slow"
- Next in thread: Bojidar Alexandrov: "Re: IIS6 Slow"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 11:38:18 +0400
Js,
Try this suggestion. It is works fine for similar issue.
A new registery key needs to be created in the Window 2003 Server:
HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\EnableCopySend of
type of DWORD, value set to "1"
After rebooting server computer check performance again.
Let me know, please, if its suggestion works for you also.
Nick
"js" <androidsun@yahoo.com> wrote in message
news:23869fd0.0405132157.1f99ce08@posting.google.com...
> I have an intranet application running on Windows 2003 with IIS 6.
> The application is written in traditional ASP. The database is on SQL
> 2000. I use MSXML4.0 to parse the query result in to XSLT. Most of
> the time the performance is ok. However, when the query result is
> more than 1000 rows, then things start to slowdown A LOT (more than 5
> minutes). IE6 would take a long time before the final formated result
> appears. Netscape7 would display the first 200 or so records then
> continue rendering, not like IE showing blank page before all records
> are rendered. The SQL server gets the result pretty fast (less then 2
> seconds). I used the Performance Monitor on the Winodws 2003 Server.
> Nothing seems to be extraordinary. I am not sure if the bottleneck is
> in IIS 6 or the network or the client? The application performance on
> IIS5 seems to be better than IIS6. Is there something that I missed
> in IIS6 or Windows 2003 configuration, or the XML parser is not
> optimized in my code? Could someone show me where to look? Thanks.
- Next message: Ken Schaefer: "Re: Quick ASP Question."
- Previous message: Michael J.: "Owa - Microsoft VBScript runtime (0x800A000D)"
- In reply to: js: "IIS6 Slow"
- Next in thread: Bojidar Alexandrov: "Re: IIS6 Slow"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|