| 本文已被:浏览 4850次 下载 7293次 |
 码上扫一扫! |
|
|
| 一种支持Java应用中计算按需远程执行的方法 |
|
张颖1,2, 黄罡1,2, 刘儇哲1,2, 梅宏1,2, 李影2,3, 杨顺祥1,2,3
|
|
1.北京大学 信息科学技术学院 软件研究所, 北京 100871;2.高可信软件技术教育部重点实验室(北京大学), 北京 100871;3.IBM 中国研究院, 北京 100193
|
|
| 摘要: |
| 按需远程执行是软件应用实现对资源按需占有,从而保障性能并提高资源利用率的重要手段.给出了一种通过自动程序转换来支持Java 应用中计算按需远程执行的方法,其核心是支持计算按需远程执行的设计模式.介绍了将Java 应用转换成该模式所面临的技术挑战、处理机制以及DPartner 转换系统.与已有工作相比,DPartner 有两大特色:一是程序转换自动执行;二是转换后应用可实现真正按需的远程执行,使性能和资源利用率得以提升.此外,DPartner 被设计为可对只有Java 字节码的遗产应用进行转换,更具实用性. |
| 关键词: 按需占有资源 远程执行 程序转换 性能 |
| DOI:10.3724/SP.J.1001.2013.04344 |
| 分类号: |
| 基金项目:国家自然科学基金(61222203, 60933003, 61121063); 国家重点基础研究发展计划(973)(2009CB320703); 国家高技术研究发展计划(863)(2013AA01A208, 2012AA010107); 新世纪优秀人才支持计划(NCET-09-0178); 中国博士后科学基金(2013M530011) |
|
| Approach to Supporting On-Demand Remote Execution of the Computations in a Java Application |
|
ZHANG Ying1,2, HUANG Gang1,2, LIU Xuan-Zhe1,2, MEI Hong1,2, LI Ying2,3, YANG Shun-Xiang1,2,3
|
|
1.Institute of Software, School of Electronics Engineering and Computer Science, Peking University, Beijing 100871, China;2.Key Laboratory of High Confidence Software Technologies of Ministry of Education (Peking University), Beijing 100871, China;3.IBM China Research Laboratory, Beijing 100193, China
|
| Abstract: |
| On-Demand remote executing is an important way to enable an application occupy resource on-demand to guarantee performance as well as improve resource utilization. This paper proposes an automatic program transformation approach for the on-demand remote execution of the computations in a Java application. The core of the approach is a design pattern supporting on-demand remote execution of computations. The research presents the technical challenges of and solutions for transformation, and gives out the DPartner transformation system. Comparing with previous work, DPartner has two major characteristics: first, transformation is carried out automatically; second, the transformed application is able to execute remotely on-demand, so its performance can be improved and the resource utilization can be increased. Additionally, DPartner is designed to be a practicable tool, as it can transform legacy applications with only Java bytecode. |
| Key words: resource on-demand remote execution program transformation performance |