- 1、本文档共47页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
在异构系统中的基于并行编程模型的中间件设备
Middleware Infrastructure for Parallel andDistributed Programming Models inHeterogeneous Systems
1 INTRODUCTION
The main objective: identify the common requirements for the parallel and distributed programming models and to propose and design a middleware infrastructure to satisfy these requirements.
runtime support environment: intensive research in Java for parallel, distributed, and multithreaded programming models and applications on clusters and networked heterogeneous systems
component:The distributed agents
provide services: job distribution, monitoring, and controlling and so on for the system.
Advantages: Portability, Expandability,
Flexibility, Security and so on
the rest of this paper:
1. CONCEPTS AND RELATED WORK
2. PARALLEL JAVA ON HETEROGENEOUS SYSTEMS
3. THE MIDDLEWARE INFRASTRUCTURE
4. FRAMEWORK FOR AGENTS’ SETUP AND ORGANIZATION
5. CONCLUSION AND FUTURE WORK
CONCEPTS AND RELATED WORK
Java’s popularity among developers is increasing steadily and many research groups are exploring the possibilities of using Java for high-performance parallel computing on multiprocessor systems.
However, Many projects investigating parallel Java capabilities are in the research phase.
Classify many projects into the four different categories
Discipline: how they provide parallelism, their compatibility with the JVM, and user involvement。
1. Java dialects and preprocessors
2. Alternatives to JVM.
3. Parallelizing multithreaded applications
4. Pure Java implementations
2 PARALLEL JAVA ON HETEROGENEOUS SYSTEMS
2.1 Java Parallel Programming Models
layer discipline: the level of user involvement in the parallelization process and the achievable levels of efficiency
We first discuss the different parallel Java programming models
1. Message Passing
the system provides some form of information exchange mechanism among distributed processes。
however
文档评论(0)