Hi, One function of my application involves running a set of algorithms which takes longer. Last time it took abt 10 minutes. And having executed it in another machine, I thought there was an error in processing, but it had ran perfectly when I checked in server. To avoid this confusing situation, I would like to update user with the progress during the run time of the algorithm, I have two variables depending updated on run time on which that I can report the progress to the user.
I have almost no experience in using ajax or java script in web2py. I had a look at some of the similar threads but was not able to capture the idea. Any support is appreciated. Janath --

