- Heroku Cloud Application Development
- Anubhav Hanjura
- 215字
- 2021-08-20 17:55:03
Chapter 2. Inside Heroku
Now that we have test driven Heroku and know a little bit about its feature set, it's time to understand some inner workings of the Heroku platform.
The Heroku cloud development platform provides you with the foundation for developing, deploying, and troubleshooting your cloud-based applications. It is comprised of the following components:
- The platform stack: This provides core components such as the operating system, language runtime, and supporting libraries.
- Request routing mechanism: This provides support to accept client requests and route them reliably to the running process.
- The execution environment: This provides the necessary runtime support to run your apps.
- The Logplex logging framework: This is an event logging system to collate application events that emanate from different processes for further processing.
- The add-on ecosystem: This provides the ability to easily plug in third-party libraries to provide value added services, such as performance monitoring, caching, or data storage for your application.
- The Heroku Platform APIs: This is a web service interface to programmatically perform Heroku operations from your code.
In this chapter, we review each of these foundational aspects of the Heroku platform in a little more detail. We will also get a deeper understanding of the Heroku process architecture—the core component of the Heroku runtime environment.
推薦閱讀
- 全屋互聯(lián):智能家居系統(tǒng)開發(fā)指南
- 30天自制操作系統(tǒng)
- Linux網(wǎng)絡(luò)管理與配置(第2版)
- Linux從零開始學(xué)(視頻教學(xué)版)
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 網(wǎng)絡(luò)操作系統(tǒng)教程:Windows Server 2016管理與配置
- Kali Linux高級(jí)滲透測(cè)試
- 分布式系統(tǒng)設(shè)計(jì)實(shí)踐
- Windows 7實(shí)戰(zhàn)從入門到精通(超值版)
- Linux操作系統(tǒng)
- UI設(shè)計(jì)手繪表現(xiàn)從入門到精通
- Windows Server 2008組網(wǎng)技術(shù)與實(shí)訓(xùn)(第3版)
- Multi-Cloud for Architects
- VMware vSphere 5.1 Cookbook
- Mastering Sass