Hello Web2py I am running the resource extensive function , which is extracting every archive , parse text out of every file under there and then inserting into database.
But i want to make an ajax progressbar , by polling at specific interval. But it wont work as web2py How can i achieve this? 1) Long Polling , is that supported in web2py ? (rocket supports it) 2) Fork the function ? how can i achieve this? 3) May be run it as separate process?

