首页    期刊浏览 2025年05月26日 星期一
登录注册

文章基本信息

  • 标题:EasyFJP: Providing hybrid parallelism as a concern for divide and conquer java applications
  • 本地全文:下载
  • 作者:Mateos Cristian ; Zunino Alejandro ; Hirsch Mat´ıas
  • 期刊名称:Computer Science and Information Systems
  • 印刷版ISSN:1820-0214
  • 电子版ISSN:2406-1018
  • 出版年度:2013
  • 页码:21-21
  • DOI:10.2298/CSIS120712021M
  • 出版社:ComSIS Consortium
  • 摘要:

    Because of the increasing availability of multi-core machines, clusters, Grids, and combinations of these there is now plenty of computational power, but today’s programmers are not fully prepared to exploit parallelism. In particular, Java has helped in handling the heterogeneity of such environments. However, there is a lot of ground to cover regarding facilities to easily and elegantly parallelizing applications. One path to this end seems to be the synthesis of semi-automatic parallelism and Parallelism as a Concern (PaaC). The former allows users to be mostly unaware of parallel exploitation problems and at the same time manually optimize parallelized applications whenever necessary, while the latter allows applications to be separated from parallel-related code. In this paper, we present EasyFJP, an approach that implicitly exploits parallelism in Java applications based on the concept of fork-join synchronization pattern, a simple but effective abstraction for creating and coordinating parallel tasks. In addition, EasyFJP lets users to explicitly optimize applications through policies, or user-provided rules to dynamically regulate task granularity. Finally, EasyFJP relies on PaaC by means of source code generation techniques to wire applications and parallel-specific code together. Experiments with real-world applications on an emulated Grid and a cluster evidence that EasyFJP delivers competitive performance compared to state-of-the-art Java parallel programming tools.

  • 关键词:Parallel computing; implicit parallelism; explicit parallelism; Parallelism as a Concern (PaaC); Java; fork-join synchronization patterns; policies
国家哲学社会科学文献中心版权所有