How to execute asynchronous processing without Server module
Posted: Tue Aug 10, 2021 1:35 pm
Does anyone know how to execute asynchronous processing without Server module?
I want to show a loading image while loading a reusable part that is a large size and takes a long time to draw on the browser.
To do that, I understand that showing the image and loading the part must be in separate threads, which requires asynchronous processing.
This can be achieved by ExecuteAsync Server module, but I don't need I/O to an application database, so I want to reduce the overhead of calling Server module.
If anyone knows a good idea or how to do this, please let me know.
Thanks,
Taku Izumi
I want to show a loading image while loading a reusable part that is a large size and takes a long time to draw on the browser.
To do that, I understand that showing the image and loading the part must be in separate threads, which requires asynchronous processing.
This can be achieved by ExecuteAsync Server module, but I don't need I/O to an application database, so I want to reduce the overhead of calling Server module.
If anyone knows a good idea or how to do this, please let me know.
Thanks,
Taku Izumi