Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 44,852 times

Contents

Related Categories

.NET Threading Part II - Introduction

randy

Introduction

This article is written for the intermediate and senior C# developer. Working knowledge of the C# programming language and .NET framework is assumed. The article was written with a Beta version of VS. NET and associated documentation. Changes, although not anticipated, might occur before final release of VS. NET that invalidate portions of this article.

In the first article, I discussed how to create threads, thread pools and some of the synchronization objects available in the System. Threading .NET namespace. In this second article, I will complete my discussion of the synchronization objects and will discuss thread local storage, COM interoperability and thread states.

Randy's article are Copyright 1998-2003 Randy Charles Morin

Comments

  • Which Model???

    Posted by belayon on 10 Nov 2004

    Greetings-
    I have been doing alot of reading in this area and am frankly confused on which model/classes to use for a specific implementation I am working on. Perhaps you could shed some light.

    I ...

  • win32 equivalence functions

    Posted by MusicAlly on 12 Feb 2004

    hi, interesting article you've written here. just one question, and that is do you know of a function in .NET/C# equivalent to the old PostThreadMessage. The intention here is not to pass any informat...