InfoQ

News

Silverlight to Support Multiple CLRs in One Process

Posted by Jonathan Allen on May 16, 2007 05:05 PM

Community
.NET
Topics
Silverlight ,
.NET Framework
Tags
CLR

A long standing problem with Microsoft's implementation of the CLR is that only one can be loaded into a process at a time. With Silverlight, that will no longer be a problem.

The CLR/Process problem can best be illustrated with extendable applications like Outlook. Outlook is a native application, which effectively means it isn't tied to a specific version of the .NET runtime. If the runtime isn't already loaded, then whatever version of the CLR used to compile an add-in is loaded into memory.

The problems start when someone wants to load two add-ins that were built using different versions of the CLR. If the newer version is loaded first, the older add-in may have compatibility issues. If the older version is loaded first, the newer one will simply fail outright.

This becomes an especially big problem with applications like Internet Explorer, which may encounter many add-ins that are never loaded in the same order twice.

To address this, changes were made to allow multiple versions of Silverlight's CLR to be loaded into the same process. This doesn't fix the problem for older CLRs, though a single 'legacy' CLR can run side by side with multiple Silverlight CLRs.

Jason Zander has more details on his blog.

No comments

Reply

Exclusive Content

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.

Building your next service with the Atom Publishing Protocol

In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way.