Framework runtime environment

  • Thread starter Thread starter raju
  • Start date Start date
R

raju

Hai,

I have one doubt about .net runtime environment.

Whether each .net application having its own runtime environment
or one runtime evironment will manage all the application.

For eg., if we run one java application, java.exe file will run
for each application. we can see it in our task manager.

Regards,
Raju.
 
Hello, raju!

Every .NET process (application) loads exactly one Common Language Runtime
(CLR).

You wrote on Wed, 13 Jun 2007 01:13:24 -0700:

r> Hai,

r> I have one doubt about .net runtime environment.

r> Whether each .net application having its own runtime environment
r> or one runtime evironment will manage all the application.

r> For eg., if we run one java application, java.exe file will run
r> for each application. we can see it in our task manager.

r> Regards,
r> Raju.


With best regards, Vadym Stetsyak.
Blog: http://vadmyst.blogspot.com
 
Hello, raju!

Every .NET process (application) loads exactly one Common Language Runtime
(CLR).

You wrote on Wed, 13 Jun 2007 01:13:24 -0700:

r> Hai,

r> I have one doubt about .net runtime environment.

r> Whether each .net application having its own runtime environment
r> or one runtime evironment will manage all the application.

r> For eg., if we run one java application, java.exe file will run
r> for each application. we can see it in our task manager.

r> Regards,
r> Raju.

With best regards, Vadym Stetsyak.
Blog:http://vadmyst.blogspot.com


Hai,

Thanks for your reply.

You mean every process (application) have its own CLR. am i
correct.

Regards,
Raju.
 
raju said:
Hello Jon

thanks for your reply.

can u explain this breifly.

I'm not sure what there is to explain. You asked whether you were
correct that every process will be running its own separate CLR. I said
that this was indeed the case. Which part do you need more information
on?
 
Back
Top