W
Woody
I read and understand the Asynchronous App. block. I
also understand the .net
"beginInvoke/callback" stuff. Has anyone done this:
1. Start an async Process to a slow data source
2. Partially build a web page generated from a fast data
source (then immediately send the page portion to the
client).
3. When the async process ends, send the rest of the page
to the user
I'm okay with the async stuff. What is the best way to
get at least some of the page to the user when available?
also understand the .net
"beginInvoke/callback" stuff. Has anyone done this:
1. Start an async Process to a slow data source
2. Partially build a web page generated from a fast data
source (then immediately send the page portion to the
client).
3. When the async process ends, send the rest of the page
to the user
I'm okay with the async stuff. What is the best way to
get at least some of the page to the user when available?