Re: [ADVANCED-DOTNET] Question on CLR...Thanks for all the replies.

2005-01-11 Thread Swaminathan S R
- Swami. === This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com

Re: [ADVANCED-DOTNET] Question on CLR

2005-01-11 Thread Martijn de Haas
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

Re: [ADVANCED-DOTNET] Question on CLR

2005-01-10 Thread J. Merrill
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 >

Re: [ADVANCED-DOTNET] Question on CLR

2005-01-10 Thread Eric Means
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

Re: [ADVANCED-DOTNET] Question on CLR

2005-01-10 Thread Swaminathan S R
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

Re: [ADVANCED-DOTNET] Question on CLR

2005-01-10 Thread Steve Johnson
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

[ADVANCED-DOTNET] Question on CLR

2005-01-10 Thread Swaminathan S R
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