Skip to main content

Processes, AppDomains, Contexts, and Threads

  • Chapter
C# and the .NET Platform
  • 500 Accesses

Abstract

In the previous chapter, you examined the steps taken by the CLR to resolve the location of an externally referenced assembly. Here, you drill deeper into the constitution of a.NET executable host and come to understand the relationship between Win32 processes, application domains, contexts, and threads. In a nutshell, application domains (or simply, AppDomains) are logical subdivisions within a given process, which host a set of related.NET assemblies. As you will see, an application domain is further subdivided into contextual boundaries, which are used to group together like-minded.NET objects. Using the notion of context, the CLR is able to ensure that objects with special needs are handled appropriately.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2003 Andrew Troelsen

About this chapter

Cite this chapter

Troelsen, A. (2003). Processes, AppDomains, Contexts, and Threads. In: C# and the .NET Platform. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-0667-5_10

Download citation

  • DOI: https://doi.org/10.1007/978-1-4302-0667-5_10

  • Publisher Name: Apress, Berkeley, CA

  • Print ISBN: 978-1-4302-5162-0

  • Online ISBN: 978-1-4302-0667-5

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics