Re: ASP.net multithreading?
From: jty202 (jty202_at_gmail.com)
Date: 01/17/05
- Next message: Carl Daniel [VC++ MVP]: "Re: ASP.net multithreading?"
- Previous message: MWells: "Re: how to use trace?"
- In reply to: jty202: "ASP.net multithreading?"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: ASP.net multithreading?"
- Reply: Carl Daniel [VC++ MVP]: "Re: ASP.net multithreading?"
- Reply: Cor Ligthert: "Re: ASP.net multithreading?"
- Messages sorted by: [ date ] [ thread ]
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?
>
>
- Next message: Carl Daniel [VC++ MVP]: "Re: ASP.net multithreading?"
- Previous message: MWells: "Re: how to use trace?"
- In reply to: jty202: "ASP.net multithreading?"
- Next in thread: Carl Daniel [VC++ MVP]: "Re: ASP.net multithreading?"
- Reply: Carl Daniel [VC++ MVP]: "Re: ASP.net multithreading?"
- Reply: Cor Ligthert: "Re: ASP.net multithreading?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|