Asynchronous Page Generation

  • Thread starter Thread starter Woody
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top