Re: Do Events

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Popeye (paul_at_pgcomputing.not)
Date: 10/08/04


Date: Fri, 08 Oct 2004 18:12:15 GMT

Thanks for this I got it to work fine in the end.

Regards
Paul

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:OnFfy4MrEHA.3288@TK2MSFTNGP12.phx.gbl...
> The default setting in >= IIS 5.0 is the buffer all the response text,
> meaning that no response is sent to the client until all the server-side
> processing is finished. You can either turn off buffering for that page
> (Response.Buffer = False), change it globally for the site or application,
> or just use Response.Flush in your code.
>
> <%
>
> do while doing something that takes a really long time
> '''code, code, code
> Response.Flush
> '''code, code, code
> Loop
> %>
>
> Ray at home
>
> "Popeye" <paul@pgcomputing.not> wrote in message
> news:04l9d.4693$xb.1919@text.news.blueyonder.co.uk...
>> Is there a command within ASP similar to the Do Events command in VB6.
>> The problem I have is that an asp page that I have written outputs many
>> lines after extracting data from WMI. In total there are about 1000 lines
>> generated which are displayed within the browser and saved to a database.
>>
>> The browser displays the correct results and they are saved into the
>> database. But the browser only displays the results after it has
>> completed the entire script. Is it possible to get it to output lines
>> before continuing with the rest of the script so I can display a section
>> at a time.
>>
>> Paul
>>
>
>



Relevant Pages

  • Re: Sencha Touch--Support 2 browsers in just 228K!
    ... Normalizes currentStyle and computedStyle. ... display style of "none" or any number of possibilities in IE). ... It is not set anywhere in this script. ... browser designs based on retrieving accurate computed style values are ...
    (comp.lang.javascript)
  • Re: Creating Dynamic URLs
    ... > then searched for in the database. ... >> I specify what page to include/what content to display in the event ... A CGI script is a program that generates as output the HTML that the web server will send to the browser. ... Usually, the script takes arguments from the URL to decide what to display, and very often it will obtain some of the data on the page from a database. ...
    (comp.lang.php)
  • Re: [Full-disclosure] MalBox Release! A Program Behavior Analysis System!
    ... based php script wich could then be used locally, ... IDS/Forensic srcs,and see what it this problem about uploaded exes wich are ... it so it is 100% Browser friendly (EVEN with addon scripts people may use, ... I interface with my database, ...
    (Full-Disclosure)
  • Re: Creating Dynamic URLs
    ... then searched for in the database. ... I specify what page to include/what content to display in the event ... A CGI script is a program that ... the script takes arguments from the URL (usually the part after ...
    (comp.lang.php)
  • Re: FMPro8 - Logging out of an IWP database
    ... > Bill Marriott wrote: ... >> otherwise provide a mechanism for them to return to the database. ... My logout script commits the new record okay, ... >>>display it. ...
    (comp.databases.filemaker)