- Java 11 and 12:New Features
- Mala Gupta
- 122字
- 2021-07-02 12:27:04
Benefits of AppCDS
AppCDS extends the benefits of CDS to application classes, enabling you to place application classes with the shared archive of core library classes. This takes off the work of class loading, linking, and bytecode verification, leading to a reduced startup time of an application. Multiple JVMs can access a shared archive, resulting in a reduced overall memory footprint.
In the cloud, it is common for servers to scale a Java application, with multiple JVMs executing the same application. This is an excellent use case that would benefit from AppCDS. Such applications would benefit tremendously from reduced startup time and reduced memory footprint.
Serverless cloud services load thousands of application classes at startup. AppCDS will significantly reduce their startup time.
推薦閱讀
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Oracle WebLogic Server 12c:First Look
- Redis Applied Design Patterns
- Visual Basic程序設計(第3版):學習指導與練習
- Nginx Essentials
- Backbone.js Blueprints
- PhoneGap Mobile Application Development Cookbook
- 程序是怎樣跑起來的(第3版)
- INSTANT Passbook App Development for iOS How-to
- 深入理解Elasticsearch(原書第3版)
- C#應用程序設計教程
- Yii Project Blueprints
- 用案例學Java Web整合開發(fā)
- OpenStack Networking Essentials
- TypeScript 2.x By Example