1 / 7

Managed Environments

Managed Environments. Jim Fawcett CSE775 – Distributed Objects Spring 2012. Managed Environments. .Net Common Language Runtime (CLR) Stack-based virtual machine Java Virtual Machine Stack-based virtual machine COM Run-time Support library and API on top of native API. Services.

seda
Download Presentation

Managed Environments

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Managed Environments Jim Fawcett CSE775 – Distributed Objects Spring 2012

  2. Managed Environments • .Net Common Language Runtime (CLR) • Stack-based virtual machine • Java Virtual Machine • Stack-based virtual machine • COM Run-time • Support library and API on top of native API

  3. Services

  4. Language Facilities

  5. Cross Platform • Java operates in all environments that supply a JVM – Windows, Linux, OSX • .Net languages operate in all environments that supply a CLR • Windows • Linux and OSX via Mono – limited • COM • Windows only Using AppDomains Effectively

  6. Suitable for System Programming • Java • Weak – manage memory& hardware only through JNI • JVM was written in C++ • .Net Languages • C++/CLI & C++/CX – fully capable • C++/CLI can call native C++ in same file • C++/CX wraps native COM objects • COM • Fully capable but clumsy due to limited types • Obviously works as much of Windows is COM

  7. End of Presentation

More Related