Re: ASP.net multithreading?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: jty202 (jty202_at_gmail.com)
Date: 01/17/05


Date: Sun, 16 Jan 2005 22:12:59 -0500

OK specifically, I have a list of webpages I want to retrieve and parse for
information.

I want to allow the user to select which sites to retrieve and parse. When
the user enters the selection, I want to spawn a thread to retreeve and
parse for each webpage. After each thread have finish parsing the data, it
puts the extracted data in one common data holder and the thread finishes.
When all the threads finished, I want to use the data holder to display the
data in results page. So thats the multithreading I want to do.

"jty202" <jty202@gmail.com> wrote in message
news:OPa3spC$EHA.1524@TK2MSFTNGP09.phx.gbl...
> Am I able to use ASP.net to multithread retrieve webpages?
>
> Are there examples of using multithread in ASP.net?
>
>



Relevant Pages

  • Re: ASP.net multithreading?
    ... I want to allow the user to select which sites to retrieve and parse. ... > Am I able to use ASP.net to multithread retrieve webpages? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: ASP.net multithreading?
    ... I want to allow the user to select which sites to retrieve and parse. ... > Am I able to use ASP.net to multithread retrieve webpages? ...
    (microsoft.public.dotnet.languages.vc)
  • Re: ASP.net multithreading?
    ... I want to allow the user to select which sites to retrieve and parse. ... > Am I able to use ASP.net to multithread retrieve webpages? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: ASP.net multithreading?
    ... I have a list of webpages I want to retrieve and ... > I want to allow the user to select which sites to retrieve and parse. ... Assuming you're just doing GET requests, all you need to do is ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: ASP.net multithreading?
    ... I have a list of webpages I want to retrieve and ... > I want to allow the user to select which sites to retrieve and parse. ... Assuming you're just doing GET requests, all you need to do is ...
    (microsoft.public.dotnet.languages.vb)