I have a simple yet time consuming operation: when the user clicks a button, it performs a database intensive operation, processing records from an import table into multiple other tables, one import record at a time. I have a View with a button that triggers the operation and at the end of the operation a report is displayed.I have a simple yet time consuming operation: w