Asynchronous threads in web app.
Anybody knows a way to asynchornously start a thread on a web form so that the applicaiton stay responsive when that thread is running. For example, fetching a large dataset or doing some lengthy calculation. Any advice would be appreciated. -Yubo
|