threading in a asp.net

Ezguy

Freshman
Joined
Jul 24, 2003
Messages
41
does any one have an example of how to use threading in a asp.net page . I hope some one can point me to the right direction
 
What are you trying to do with threads under asp.net? If you simply want to run server side code in multiple threads then you can either use threads directly or alternatively look at async pages
http://msdn.microsoft.com/msdnmag/issues/03/06/Threading/ is most definately worth a read in that respect.
If you mean something else then let us know what you are after in a bit more detail and we'll see what we can do.
 
Back
Top