Re: MSXML2.XMLHTTP

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Roland Hall (nobody_at_nowhere)
Date: 12/14/04


Date: Tue, 14 Dec 2004 10:18:05 -0600


"Dave Anderson" <GTSPXOESSGOQ@spammotel.com> wrote in message
news:uJ4o7QW4EHA.2592@TK2MSFTNGP09.phx.gbl...
: Michael D. Kersey wrote:
: > BTW 27,000 rows seems like an excessive amount of data for
: > a user to digest at once...
:
: That raises another point I forgot to address in my other post. If the
: client machine is Internet Explorer, the table will be displayed all at
: once, rather than line-by-line, no matter what buffering you use.

That's what happens.

: I have jobs that I occasionally run with ASP scripts, and I often set the
: script up to spit out every changed record and/or every 100th record, or
: something similar. I typically break the table every 10 or 20 rows by
: inserting one of these: "</table><table>".
:
: It has been my observation that IE displays nothing at all until the table
: is closed, while Mozilla/Firefox/Opera will display each row as it arrives
: (buffering must be off to see this in effect).

There are only 3 columns in the first file and 2 in the second. Roughly 21k
rows in the first and 2k in the second. This is also a variant because it
is based upon the date each domain was registered. The following day, could
have twice as many or half as much but I doubt they'll vary greatly.

Currently it appears splitting it up will just slow down the process since
retrieving the file is where most of the latency occurs. I'll probably end
up writing and app to grab the file daily which will decrease the bandwidth
usage by almost 50%.

-- 
Roland Hall
/* This information is distributed in the hope that it will be useful, but 
without any warranty; without even the implied warranty of merchantability 
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


Relevant Pages

  • Re: Standard output piping problem
    ... >> Why won't the multiple pipes present output? ... Barry in his reply suggested that it's a buffering issue and to test ... this I let the script run for a few minutes. ... Truth be told I was going to use grep as it was simpler than working out how ...
    (comp.unix.shell)
  • Re: Common session_start() error..
    ... Do you really have this indentation in the script before the <?php tag? ... headers are sent so it works with or without buffering. ...
    (comp.lang.php)
  • Re: Expect: sending larger files with ftp-inband
    ... >> There was a bug in 5.42 related to send having problems with ... >> buffering. ... Try upgrading to 5.43. ... the script is so simple in essence - that if it's bombing ...
    (comp.lang.tcl)
  • Re: Login Policy Script
    ... question about the possibilties of creating a script for our users when they ... the computer usage policy for the company. ... If the user hits cancel, it takes them right back out to the login screen. ... Roland Hall /* This information is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. ...
    (microsoft.public.scripting.wsh)
  • Re: How do I email a page without using a CGI script?
    ... Without using a CGI script, what must my settings be in the html? ... var iname=''; ... Put the DIV in the body wherever you want it on your page. ... without even the implied warranty of merchantability ...
    (microsoft.public.scripting.jscript)