- 7
- 0
- 约2.92千字
- 约 16页
- 2018-04-26 发布于湖北
- 举报
Java高性能系统常见设计与优化推荐
?2008 cpec Information Service Corporation. All rights reserved. CPEC Information Service Corporation * CPEC Information Service Corporation Java高性能系统常见设计与优化 世讯环宇研发部 * CPEC Information Service Corporation 概述 Java VM 应用程序 通信 数据库 ?2008 cpec Information Service Corporation. All rights reserved. * 高性能系统典型体系结构 ?2008 cpec Information Service Corporation. All rights reserved. * 优化原则 内存访问比硬盘I/O访问快万倍 内存访问比网络I/O访问快百倍 网络I/O访问比硬盘I/O访问快百倍 性能基准 首先降低硬盘I/O访问次数,如硬盘数据库访问 其次降低进程间通信I/O次数,尤其是远程进程间通信I/O次数,如JDBC数据库访问 降低CPU和内存等资源的占用 优化原则 * CPEC Information Service Corporation 概述 Java VM 应用程序 通信 数据库 ?2008 cpec Info
原创力文档

文档评论(0)