Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #8729

Getting Intermediate Results Reported Right Away

From Gene Wirchenko <genew@ocis.net>
Newsgroups comp.lang.javascript
Subject Getting Intermediate Results Reported Right Away
Date 2011-11-30 15:10 -0800
Organization A noiseless patient Spider
Message-ID <hmddd7litkuobgpjdpstl6hav6clkhr0bl@4ax.com> (permalink)

Show all headers | View raw


Dear JavaScripters:

     I sometimes want to run something for quite some time.  An
example is when I am checking system limits, but later, it could be
something such as processing transactions.

     I could let it run blind, but especially when testing, that is
not a good idea.  I could put alert()s in, but then I get interrupted
by them.  I would like to be able to start whatever it is going and
watch (or not).

     How can I simply have JavaScript report as it is executing? Like:
          100 things done
          200 things done
          300 things done
          ...

Sincerely,

Gene Wirchenko

Back to comp.lang.javascript | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Getting Intermediate Results Reported Right Away Gene Wirchenko <genew@ocis.net> - 2011-11-30 15:10 -0800
  Re: Getting Intermediate Results Reported Right Away Andreas Bergmaier <andber93@web.de> - 2011-12-01 00:20 +0100
  Re: Getting Intermediate Results Reported Right Away Tim Streater <timstreater@greenbee.net> - 2011-12-01 00:07 +0000
  Re: Getting Intermediate Results Reported Right Away Hans-Georg Michna <hans-georgNoEmailPlease@michna.com> - 2011-12-01 15:55 +0100
    Re: Getting Intermediate Results Reported Right Away Gene Wirchenko <genew@ocis.net> - 2011-12-01 12:09 -0800
      Re: Getting Intermediate Results Reported Right Away Denis McMahon <denismfmcmahon@gmail.com> - 2011-12-01 21:33 +0000
        Re: Getting Intermediate Results Reported Right Away Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-12-02 00:12 +0100
  Re: Getting Intermediate Results Reported Right Away Dr J R Stockton <reply1148@merlyn.demon.co.uk> - 2011-12-01 18:27 +0000

csiph-web