Misplaced Pages

Orleans (software framework)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Software framework
Orleans
Original author(s)Microsoft Research
Developer(s)Microsoft, 343 Industries
Initial releaseJanuary 2015; 10 years ago (2015-01)
Stable release8.0.0 / January 5, 2024; 11 months ago (2024-01-05)
Repositorygithub.com/dotnet/orleans
Written inC#
Operating systemWindows, Linux, macOS
Platform.NET Framework,
.NET
TypeSoftware framework
LicenseMIT License
Websitedotnet.github.io/orleans/

Orleans is a cross-platform software framework for building scalable and robust distributed interactive applications based on the .NET Framework or on the more recent .NET.

Overview

Orleans was originally created by the eXtreme Computing Group at Microsoft Research and introduced the virtual actor model as a new approach to building distributed systems for the cloud. Orleans scales from a single on-premises server to highly-available and globally distributed applications in the cloud.

The virtual actor model is based on the actor model but has several differences:

  1. A virtual actor always exists, it cannot be explicitly created or destroyed.
  2. Virtual actors are automatically instantiated. If a server hosting an actor crashes, the next message sent to the actor causes it to be reinstantiated automatically.
  3. The server that an actor is on is transparent to the application code.
  4. Orleans can automatically create multiple instances of the same stateless actor.

Starting with cloud services for the Halo franchise, the framework has been used by a number of cloud services at Microsoft and other companies since 2011. The core Orleans technology was transferred to 343 Industries and is available as open source since January 2015. The source code is licensed under MIT License and hosted on GitHub.

Orleans runs on Microsoft Windows, Linux, and macOS and is compatible with .NET Standard 2.0 and above.

Features

Some Orleans features include:

Related implementations

The Electronic Arts BioWare division created Project Orbit. It is a Java implementation of virtual actors that was heavily inspired by the Orleans project.

See also

References

  1. "Tags · dotnet/orleans · GitHub". GitHub Orleans repository. Retrieved 2024-03-28.
  2. ^ Microsoft's Orleans Distributed App Framework Is Now Cross Platform - The New Stack
  3. Open-Source Cloud Framework By Microsoft - HPC ASIA
  4. Microsoft to release Project Orleans as open source | Computerworld
  5. Bernstein, Philip A.; Bykov, Sergey; Geller, Alan; Kliot, Gabriel; Thelin, Jorgen (2014). "Orleans: Distributed Virtual Actors for Programmability and Scalability" (PDF). Microsoft Research.
  6. Orleans at Microsoft | .NET Conf 2020
  7. Microsoft opens early adopter program for its 'Orleans' cloud framework | ZDNet
  8. Microsoft to make Halo 4 gaming cloud engine Project Orleans open source - SiliconANGLE
  9. "Dotnet/Orleans". GitHub. 17 February 2022.
  10. "Orleans benefits". learn.microsoft.com. 3 July 2024.
  11. "Introduction | Microsoft Orleans Documentation". Archived from the original on 2020-08-06. Retrieved 2019-11-01.
  12. Resurrecting Middle-Tier Distributed Transactions | Microsoft Research
  13. Distributed Transactions are dead, long live distributed transactions! | Reactive Summit 2018
  14. "Home · orbit-legacy/Orbit1 Wiki". GitHub.
  15. Gamasutra: Creating scalable backends for games using open source Orleans framework

Further reading

External links

Cloud computing
Business models
Technologies
Applications
Platforms
Infrastructure
Microsoft free and open-source software (FOSS)
Overview
Software
Applications
Video games
Programming
languages
Frameworks,
development tools
Operating systems
Other
Licenses
Forges
Related
Category
Microsoft Research (MSR)
Main
projects
Languages, compilers
Distributedgrid computing
Internet, networking
Other projects
Operating systems
APIs
Launched as products
MSR Labs
applied
research
Live Labs
Current
Discontinued
FUSE Labs
Other labs
Category
Stub icon

This article about software created, produced or developed by Microsoft is a stub. You can help Misplaced Pages by expanding it.

Categories: