- Cloud Development andDeployment with CloudBees
- Nicolas De loof
- 269字
- 2021-07-21 17:54:38
Cloud and clustering
Another consideration for a platform is clustering . Cloud is based on slicing resources into small virtual elements and letting the users select as many as they need. In most cases, this requires the application to support a clustering mode, as using more resources will require you to scale out on multiple hosts.
Clustering has never been a trivial thing, and many developers aren't familiar with the related constraints. The platform can help them by providing specialized services to distribute the load around the cluster's nodes. Some PaaS such as CloudBees or Google App Engine provide such features, while some don't. This is the major difference between PaaS offers. Some are IaaS-like preinstalled middleware services, while some offer a highly integrated platform.
A typical issue faced is that of state management. Java EE developers rely on HttpSession
to store user's data and retrieve them on subsequent interaction. Modern frameworks tend to be stateless, but the state needs to be managed anyway. PaaS has to provide options to developers, so that they can choose the best strategy to match their own business requirements. This is a typical clustering issue that is well addressed by PaaS because the technical solutions (sticky session, session replication, distributed storage engines, and so on) have been implemented once with all the required skills to do it right, and can be used by all platform users.
Thanks to a PaaS, you don't need to be a clustering guru. This doesn't mean that it will magically let your legacy application scale out, but it gives you adequate tools to design the application for scalability.
- 新編Visual Basic程序設計上機實驗教程
- Spring Boot 2實戰(zhàn)之旅
- Go Web編程
- Bootstrap Site Blueprints Volume II
- Computer Vision for the Web
- 軟件測試項目實戰(zhàn)之性能測試篇
- C語言程序設計實踐教程
- Linux命令行與shell腳本編程大全(第4版)
- JAVA程序設計實驗教程
- 深入淺出React和Redux
- Java網(wǎng)絡編程核心技術詳解(視頻微課版)
- 石墨烯改性塑料
- Clojure High Performance Programming(Second Edition)
- Android編程權威指南(第4版)
- Java自然語言處理(原書第2版)