Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Progress in Asp

Options
  • 08-03-2001 4: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 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


  • Business & Finance Moderators, Entertainment Moderators Posts: 32,387 Mod ✭✭✭✭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