Hello i have a controller that scans a lot of databases searching for some data. The view in the end gets that data a makes a dashboard.
If the controller takes 10 minutes , the view is blank for 10 minutes and that is not a good thing for the user. How can i have the controller to send the data to the view and the view to display data as it is being calculated from the controller? Is it possible in a simple manner? Regards António -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

