- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
09-WebLogic性能调优概要
* While it is obvious that sockets knock RMI’s lights out, don’t go away just yet. It would be just as easy to concoct a test that showed almost negligible differences based on the amount of computation the server does. Sockets are the primitive building blocks for distributed computing. As such they are more efficient than higher layer protocols like RMI. The performance gap between RMI and Sockets is much more pronounced if the server workload is light. As the compute load increases, the network I/O bottleneck imposed by upper layers decreases.. In the same way that data size impacts sockets performance, RMI performance is strongly influenced by the complexity of serializing the remote method’s parameters and return value. Complex objects are more expensive to serialize and, will weigh down RMI speed. * Threading allows programmers to multitask within their applications. However, there are often sections of code that should not be executed by more than one thread at a time. These sections of code are known as critical sections. Critical sections contain code that changes common variables, updates a table, or writes to a file, etc. The execution of the critical sections of code must be mutually exclusive. Synchronization allows programmers to make sure that only one thread executes critical sections at a time. A critical section could be a block of code, a method, or a class. Synchronization makes sure that only one thread executes a critical section at a time and all other threads block and wait. Synchronization causes a bottleneck since only one thread can execute at a time. Synchronization is key to Java programming but it should not be overused. When making architecture decisions between two classes select the simplest one. Some JDK classes use synchronization and if you don’t need that support it would just add overhead to your application. Many Java classes are used together to develop complex objects. Such a complex object may handle synchronization calls
您可能关注的文档
- 2015年上海市初中信息科技教师学科专业知识框架建议(草)讲述.doc
- 08主要组织相容性复合体及其编码的抗原系统概要.ppt
- 08、初中物理电和磁阶梯训练概要.doc
- 08化工企业应急救援与管理培训课件概要.ppt
- 08化学史化学应用于生产概要.ppt
- 08夏令营题及答案概要.doc
- 08应力状态、强度理论及其工程应用概要.ppt
- 08底盘设计培训概要.ppt
- 30《结果报告管理程序》概要.doc
- 30、西门豹概要.ppt
- 2025安徽淮南市纪委监委面向市直机关选调12人备考题库附答案解析.docx
- 2025湖南岳阳市口岸事务中心选调1人行测备考题库附答案.docx
- 2025广东梅州市平远县选调县委组织部人员2人行测备考题库附答案.docx
- 2025教育部教育管理信息中心招聘2人(第二批)(非事业编制)备考题库附答案解析.docx
- 2025四川省经济和信息化厅所属事业单位选调工作人员22人行测备考题库附答案.docx
- 2025四川省市场监督管理局所属事业单位补充选调13人备考题库附答案解析.docx
- 宜宾市宜宾县2022-2023学年数学四年级第一学期期末质量检测模拟测试题(含解析).pdf
- 2025甘肃张掖市阳光人寿保险股份有限公司招聘12人笔试备考试题附答案解析.docx
- 2025广东南粤银行肇庆分行招聘备考题库附答案.docx
- 2026年洛阳汝阳县人力资源和社会保障局公开招聘乡村公益性岗位人员132名备考题库附答案解析.docx
最近下载
- 人教版(新目标)初中英语七年级上全册教案(135页)【全站免费】.doc VIP
- 巨人通力3001007电气原理图纸.清晰.pdf
- (高清版)DB4401∕T 286-2024 《既有住宅加装电梯技术规范》.pdf VIP
- 《煤矿安全规程(2025)》新旧条文对照.doc VIP
- 【国家标准】GBT 5447-2014 烟煤黏结指数测定方法.pdf
- 武汉理工2022年11月离散结构(新)在线考试网考复习资料.pdf VIP
- 现代中药制药.ppt VIP
- 高分子化学与物理基础(魏无际)教材习题解答(含考研模拟题及答案).docx VIP
- Goldwind金风风机GW 165-5.2 5.6 6说明书.pdf
- GB 55009-2021 燃气工程项目规范.pdf VIP
原创力文档


文档评论(0)