Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Operating Systems Microsoft

"Midori" Concepts Materialize In .NET 106

dp619 writes "Concepts outlined in Microsoft's internal 'Midori' OS documents are materializing in .NET, according to an SD Times report. Midori is a new operating system project that is designed for distributed concurrency. Microsoft has assigned some of its all-star programmers to the project, while recruiting others. It is also working on other projects to replace Windows that make the OS act more like a hypervisor."
This discussion has been archived. No new comments can be posted.

"Midori" Concepts Materialize In .NET

Comments Filter:
  • by ka9dgx ( 72702 ) on Monday April 05, 2010 @04:30PM (#31740312) Homepage Journal
    Managed code doesn't fix things, because it doesn't allow the user to decide how his computer should be used by an application he's decided to execute. Nothing to date seems to do this basic task, outside of some stuff in research or military land.
  • by ShadowRangerRIT ( 1301549 ) on Monday April 05, 2010 @05:33PM (#31741350)

    Midori [wikipedia.org] is just a first stab at a commercial version of Singularity. When I was working at MS a few years ago Midori was already being worked on; some of Windows built-in apps were being converted to run on it so they had something to test with it. It's not exactly new, and it's only a step or two from the Research group; I don't expect to see an actual released OS from the project for a long time.

    From my impression of the project, it was mostly about finding a way to make the OS scale to massively multi-core machines; Windows can run on a many-core OS, but eventually all the locking and contention at the kernel level starts costing you a lot. Both the OS and the associated .NET-like language are designed to put constraints on the programming such that the processes can be parallelized efficiently without excessive locking.

  • by Anonymous Coward on Monday April 05, 2010 @06:17PM (#31742030)

    You miss the point. The problem with mainstream OSes is that once you run an app it's free to do anything you can do, which includes shitting all over your data. He's talking about limiting what applications can do, not letting them do more. Google Capability Security Model for details.

  • by x2A ( 858210 ) on Monday April 05, 2010 @11:08PM (#31744414)

    "A C program running on Linux is still limited in the exact same way that managed code is"

    Not really. Managed code will tend to grow buffers, moving them if need be, rather than allow one out-of-bounds write to a buffer overwrite something next to it as unmanaged code will do.

Lots of folks confuse bad management with destiny. -- Frank Hubbard

Working...