Valid Uses for Threading in ASP.Net

N

Nick

What are some valid uses where you could see that Threading would
effectively be used in ASP.Net? Some generic examples would really help
out.

Nick
 
S

Scott Allen

One example:

The CommunityStarterKit starts a timer in the Application_Start event
to periodically refresh local content from other remote sites via RSS
and web service calls.

You can take a look at the code by downloading the CSK from
http://asp.net.
 
J

Jan Tielens

Design and Implementation Guidelines for Web Clients
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/diforwc-ch06.asp
Summary: This chapter describes how to increase performance and
responsiveness of the code in the presentation layer by using multithreading
and asynchronous programming.

In the section:
There are many situations where using additional threads to execute tasks
allows you to provide your users with better performance and higher
responsiveness in your application, including:
(for more look in the article)
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top