Reader small image

You're reading from  Hands-On Azure for Developers

Product typeBook
Published inNov 2018
PublisherPackt
ISBN-139781789340624
Edition1st Edition
Tools
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Chapter 4: Distributed Applications and Microservices with Service Fabric

  1. Reliable Actors implement the Virtual Actor pattern and are designed to distribute load among thousands of stateful services. Reliable Services are the patterns in Service Fabric that are used to implement stateful services, which can be multi-threaded and do not have to be scaled to that level.
  2. Stateful services store the state locally. Stateless services either do not handle the state at all or use an external storage.
  3. An interface called ICommunicationListener.
  4. A node type in SF is the specialized VM scale set that's designed to work on a particular workload.
  5. Yes, as they are separate VMSS.
  6. Yes, you can.
  7. Node-to-node security and client-to-node security.
  8. A cluster is the whole instance of Service Fabrica container for all of the other concepts. An application is a logical container for multiple...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Azure for Developers
Published in: Nov 2018Publisher: PacktISBN-13: 9781789340624

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód