- Swami.
===
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
You might find int interesting to read about Application Domains
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/cpguide/html/cpconhostingcommonlanguageruntime.asp
Using the application domains, you can run multiple .NET applications and
share assemblies within a single OS proces
e(by comparing
>it with windows services running under svchost.exe). Where is my
>comparison wrong?
>
>- Swami.
>
>-Original Message-
>From: Steve Johnson [mailto:[EMAIL PROTECTED]
>Sent: Monday, January 10, 2005 7:59 PM
>To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
>
On Mon, 10 Jan 2005 22:44:44 +0530, Swaminathan S R <[EMAIL PROTECTED]> wrote:
> Thanks for the reply.
>
> I have a couple of questions from your answers ::
>
> 1. If the DLLs are not loaded, then why does each process consume equal
> amount of memory?
> I took the process wise memory consu
05 7:59 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Question on CLR
Swaminathan S R wrote:
> I have a doubt in the way CLR has been conceptualised. In my
> uderstanding the CLR (and its services)is specific to a given process.
> What i mean here is: i
Swaminathan S R wrote:
> I have a doubt in the way CLR has been conceptualised. In my
> uderstanding the CLR (and its services)is specific to a given process.
> What i mean here is: if i start two .NET EXEs' separately the mscoree,
> mscorlib, and other related DLLs would be loaded into each
Hi all,
I have a doubt in the way CLR has been conceptualised. In my
uderstanding the CLR (and its services)is specific to a given process.
What i mean here is: if i start two .NET EXEs' separately the mscoree,
mscorlib, and other related DLLs would be loaded into each of the EXEs
process, rig