The Artima Developer Community
Sponsored Link

Java Buzz Forum
How does .NET isolate web applications?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
How does .NET isolate web applications? Posted: Feb 6, 2009 1:49 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: How does .NET isolate web applications?
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

I've been doing some digging around today trying to better understand how the .NET runtime isolates applications that share assemblies and I thought I'd post the links that I found useful. In the Java world, the Java EE specification has rules around how web applications are isolated from one another through the use of a hierarchy of classloaders. This, for example, is how you can have a singleton or static variable that doesn't get inadvertently shared between web applications running on the same application server/JVM. With multiple ASP.NET web applications running under a single IIS process, it's a similar story with .NET having a similar concept called AppDomains. Here are those links...

Hope you find the links useful!

Read: How does .NET isolate web applications?

Topic: Embedding values in C++ pointers Previous Topic   Next Topic Topic: 25 Things…

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use