>     Happy New Year !  I'm having some difficulties with
> threading in ASP.NET.

ASP.NET 1.1 or 2.0?

If you're using 2.0, you should read up on its support for asynchronous
pages.  I have a blog entry here[1] that, while focused on one specific
aspect of async page development (timeouts), has some links at the front to
a few different blogs/articles/slides on async page development basics that
should get you started.

If you're on asp.net 1.1, you'll have to do all the heavy lifting on your
own.  Read up on IHttpAsyncHandler in MSDN and then google around from
there.

-Mike
Bear Canyon Consulting LLC
http://www.bearcanyon.com
http://www.pluralsight.com/mike

[1] http://pluralsight.com/blogs/mike/archive/2005/11/04/16213.aspx

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to