Why is threading a problem in ASP.Net ?

  • Thread starter Thread starter Lea Heart
  • Start date Start date
L

Lea Heart

I can't thread in ASP.Net like in Vb.Net
Is there a way to thread in ASP.Net ?
 
There's no need to do that as you won't be able to send the results to the
client once you're done processing on a new thread.

Jerry
 

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