Triple Inner join with over 10.000 rows and asp-calculations stalls application
问题 My ASP Classic application are fetching over 10.000 rows via a triple inner join. After this, it is going through each line, calculating some stuff and putting data in a multidimensional array with 17 coloumns. All this are being fetched through a jQuery AJAX when pushing the search button. Logically this takes a while, 5+ minutes actually. It all works fine. BUT... While doing this, the whole system freezes, not only for the user doing the calculations, but also for all the other users using