Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Progress in Asp

  • 08-03-2001 03:13PM
    #1
    Closed Accounts Posts: 35


    I am executing an ASp that is taking a while to process... But I would like to indicate progress back to the client... Any ideas how this can be realised.

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 2,660 ✭✭✭Baz_


    is the time consuming part in a loop at all, if so you could do the age old, dot every few iterations, or else just do a dot every few lines of code, or function calls.

    that's a classic that


  • Registered Users, Registered Users 2 Posts: 32,387 ✭✭✭✭DeVore


    I think his problem is that he has buffered the output and the browser doesnt get to *see* the dots until everything is executed.

    Look into turning off buffering so that html goes directly to the client once output. It can mess up some coding though (however it has a decent error message for that).

    Tom.


Advertisement