Re: IIS6 Slow

From: Bojidar Alexandrov (bojo_at_kodar.net)
Date: 05/14/04


Date: Fri, 14 May 2004 09:53:08 +0300

Please post here relevant parts of your ASP code.

Try if you put Response.buffer = true at the begining of your page if this
will affect performance.

Rendering of the page - if wait for entire page or render sequentally
depends on browser - there are techniques to force the browser to render
sequentally (make HTML not ambiquous) but this is not your problem.

Bojidar Alexandrov

"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.



Relevant Pages

  • Re: Why why why? (Was: Re: Vertical alignment of text within a DIV)
    ... anything else a browser adds to the base web experience. ... The rendering *is not* necessarily part of the base web experience, ... specific to that platform, just as Java, Perl-TK, and Python guis (just ... system, such as a database engine, or a parser of sorts. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Why why why? (Was: Re: Vertical alignment of text within a DIV)
    ... It's also expected behaviour for standards bodies. ... The rendering *is not* necessarily part of the base web experience, ... parser is the trivial bit of writing a web browser. ... environment (display code for MS Windows probably won't work in X ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: When are tables appropriate, and when are they not?
    ... I have never noticed a problem in rendering speed by not specifying the width, and I have seen significant advantages in allowing the browser to decide what to use. ... Furthermore, assuming that you accept the use of a table for laying out a form, what would you do if one part of the form required some tabular data to be presented to the user? ... For example, I have a form where the user can type a template for an e-mail. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Can I rename the home page from index.htm?
    ... As per the cross browser compatibility issues, I would suggest that you do ... download and install FireFox at least for testing your website. ... This will also fix a rendering problem with IE8 and Publisher 2003 webs. ... Sometimes the code fragment boxes do not ...
    (microsoft.public.publisher.webdesign)
  • Re: Development with IE 7 for non-Windows users.
    ... standards that most other browsers accept, I rely only on the standards. ... It is only the rendering engine itself that is to blame. ... Sometimes script can be very useful. ... Obviously, if a users browser ...
    (microsoft.public.windows.inetexplorer.ie6.browser)

Loading