- 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.
推薦閱讀
- Mastering vRealize Operations Manager(Second Edition)
- Cybersecurity:Attack and Defense Strategies
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- Windows Server 2012網絡操作系統企業應用案例詳解
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- 注冊表應用完全DIY
- 一學就會:Windows Vista應用完全自學手冊
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- Linux系統最佳實踐工具:命令行技術
- Building Telephony Systems With Asterisk
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- 嵌入式微系統
- Linux操作系統案例教程(第2版)
- Serverless Architectures with Kubernetes
- Apache ShardingSphere權威指南