We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Extremely scalable cloud applications made easy using the Azure service fabric actor model

Formale Metadaten

Titel
Extremely scalable cloud applications made easy using the Azure service fabric actor model
Serientitel
Anzahl der Teile
163
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Having a platform like Microsoft Azure to host you distributed applications is one thing. Making these applications scalable yet a whole other thing. Microsoft Azure Service Fabric comes with a programming model based on the Actor Model just like the Orleans Framework. The Azure Service Fabric Actor Model enables us to distribute not only our services but also our object model transparently over multiple servers. It takes away the complexity of service location, placement and concurrency for us and lets us focus on what matters most, the business logic.