I know the name sounds crazy, but here is my situation.
After a specific user event, I need to update a couple of tables that are βunrelatedβ to what the user is currently doing. Currently, it takes a couple of seconds to complete and causes the user a certain amount of disappointment. Is there a way to perform my upgrade in the second process, or in a way that does not βfreezeβ the user interface of my application while it is processing?
thank
source
share