- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 115字
- 2021-07-02 22:18:32
Guest Executables
You can package an arbitrary executable, written in any language, such as Node.js, Java, or native applications in Azure Service Fabric, and host it on a Service Fabric cluster. These type of applications are called Guest Executables. Guest Executables are treated by Service Fabric like stateless services. Service Fabric handles orchestration and simple execution management of the executable, ensuring it stays up and running according to the service description. However, since the executables do not interact with the Service Fabric platform through Service Fabric APIs, they do not have access to the full set of features the platform offers, such as custom health and load reporting, service endpoint registration, and stateful compute.
推薦閱讀
- 零基礎學Visual C++第3版
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Spring 5企業級開發實戰
- Redis Applied Design Patterns
- Vue.js入門與商城開發實戰
- 軟件工程
- Learning Data Mining with R
- C# 8.0核心技術指南(原書第8版)
- 焊接機器人系統操作、編程與維護
- Test-Driven Development with Django
- Django實戰:Python Web典型模塊與項目開發
- Python語言科研繪圖與學術圖表繪制從入門到精通
- 小程序從0到1:微信全棧工程師一本通
- Building Slack Bots
- Flink核心技術:源碼剖析與特性開發