首页 > 最新文献

2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)最新文献

英文 中文
Middleware Based High Performance and High Available Database Cluster 基于中间件的高性能高可用数据库集群
Zhiyuan Shao, Hai Jin
In this paper, we propose a novel scheme that can be used to build high performance and high available database cluster. This scheme employs a middleware approach, which can replicate the databases on the server nodes of a cluster and keep them consistent during the fly. Read-one-write-all strategy is used to execute the read only queries of the concurrent transactions in parallel so as to improve performance. Compared with other replication schemes, such as PostGreSQL-R, this scheme does not need to consider the underlying details of database management system, and thus has the advantages of flexibility and portability. The simulation results show that this method yields better performance than traditional database replication techniques and lower abort rate
本文提出了一种用于构建高性能、高可用性数据库集群的新方案。该方案采用中间件方法,可以在集群的服务器节点上复制数据库,并在运行期间保持数据库的一致性。read -one-write-all策略用于并行执行并发事务的只读查询,以提高性能。与其他复制方案,如PostGreSQL-R相比,该方案不需要考虑数据库管理系统的底层细节,因此具有灵活性和可移植性的优点。仿真结果表明,该方法比传统的数据库复制技术具有更好的性能和更低的中断率
{"title":"Middleware Based High Performance and High Available Database Cluster","authors":"Zhiyuan Shao, Hai Jin","doi":"10.1109/GCC.2006.60","DOIUrl":"https://doi.org/10.1109/GCC.2006.60","url":null,"abstract":"In this paper, we propose a novel scheme that can be used to build high performance and high available database cluster. This scheme employs a middleware approach, which can replicate the databases on the server nodes of a cluster and keep them consistent during the fly. Read-one-write-all strategy is used to execute the read only queries of the concurrent transactions in parallel so as to improve performance. Compared with other replication schemes, such as PostGreSQL-R, this scheme does not need to consider the underlying details of database management system, and thus has the advantages of flexibility and portability. The simulation results show that this method yields better performance than traditional database replication techniques and lower abort rate","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"85 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123603947","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
A Model Checking Tool Embedded into Services Composition Environment 嵌入到服务组合环境中的模型检查工具
Chunming Gao, Rongsheng Liu, Yan Song, Huowang Chen
This paper proposes a tool for formal verification of Web services composition based on an extended pi-calculus with type system and the conversion between BPEL and pi-calculus. This tool integrates three kinds of formal verification techniques, including open bisimulation, properties checking based on modal mu-calculus and the compatibility checking of composite Web services based on pi-calculus. With the combination checking techniques, the properties that service composition orchestration holds at abstract control flow level are checked, which achieve more completely validity checking about the orchestration. To check automatically, the automatic conversion between BPEL4WS and pi-calculus is introduced to this tool, and also the error slice for the orchestration are automatically marked. Further more, a novel method for discovering and matching web services is proposed, which is under the guidance of checking Web services compatibility
本文提出了一种基于扩展的带有类型系统的pi-演算以及BPEL和pi-演算之间的转换的Web服务组合形式化验证工具。该工具集成了三种形式化验证技术,包括开放双仿真、基于模态mu演算的属性检查和基于pi演算的组合Web服务兼容性检查。使用组合检查技术,可以检查服务组合编排在抽象控制流级别上持有的属性,从而实现对编排更全面的有效性检查。为了自动检查,该工具引入了BPEL4WS与pi演算之间的自动转换,并自动标记了业务流程的错误片。在此基础上,提出了一种基于web服务兼容性检测的web服务发现与匹配方法
{"title":"A Model Checking Tool Embedded into Services Composition Environment","authors":"Chunming Gao, Rongsheng Liu, Yan Song, Huowang Chen","doi":"10.1109/GCC.2006.11","DOIUrl":"https://doi.org/10.1109/GCC.2006.11","url":null,"abstract":"This paper proposes a tool for formal verification of Web services composition based on an extended pi-calculus with type system and the conversion between BPEL and pi-calculus. This tool integrates three kinds of formal verification techniques, including open bisimulation, properties checking based on modal mu-calculus and the compatibility checking of composite Web services based on pi-calculus. With the combination checking techniques, the properties that service composition orchestration holds at abstract control flow level are checked, which achieve more completely validity checking about the orchestration. To check automatically, the automatic conversion between BPEL4WS and pi-calculus is introduced to this tool, and also the error slice for the orchestration are automatically marked. Further more, a novel method for discovering and matching web services is proposed, which is under the guidance of checking Web services compatibility","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126947524","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Performability Evaluation of Resource Scheduling Algorithms for Computational Grids 计算网格资源调度算法的性能评价
Yang Qu, Chuang Lin, Yajuan Li, Zhiguang Shan
Resource scheduling is a fundamental issue in achieving high performance on computational grids. In this paper, we concentrate on parallel resource scheduling problems for hierarchical resource scheduling architecture of computational grids, and propose a stochastic reward nets (SRN) based performability evaluation framework for evaluating the performability of resource scheduling algorithms for computational grid with resource unavailability. Within the proposed framework, performability model of hierarchical resource scheduling is constructed, 36 combinations of 6 global job scheduling algorithms and 6 local processor allocation algorithms are specified in the uniform performability model, and performability metrics are derived
资源调度是在计算网格上实现高性能的一个基本问题。本文主要研究了计算网格分层资源调度体系结构中的并行资源调度问题,提出了一种基于随机奖励网(SRN)的可执行性评价框架,用于评估资源不可用计算网格资源调度算法的可执行性。在此框架下,构建了分层资源调度的可执行性模型,在统一的可执行性模型中规定了6种全局作业调度算法和6种局部处理器分配算法的36种组合,并推导了可执行性指标
{"title":"Performability Evaluation of Resource Scheduling Algorithms for Computational Grids","authors":"Yang Qu, Chuang Lin, Yajuan Li, Zhiguang Shan","doi":"10.1109/GCC.2006.70","DOIUrl":"https://doi.org/10.1109/GCC.2006.70","url":null,"abstract":"Resource scheduling is a fundamental issue in achieving high performance on computational grids. In this paper, we concentrate on parallel resource scheduling problems for hierarchical resource scheduling architecture of computational grids, and propose a stochastic reward nets (SRN) based performability evaluation framework for evaluating the performability of resource scheduling algorithms for computational grid with resource unavailability. Within the proposed framework, performability model of hierarchical resource scheduling is constructed, 36 combinations of 6 global job scheduling algorithms and 6 local processor allocation algorithms are specified in the uniform performability model, and performability metrics are derived","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114922168","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Modelling Robust Resource Allocation for Grid Computing 网格计算鲁棒资源分配建模
Zhimin Tian, Yang Yang, Zhengli Zhai
With the increase in size, complexity, and heterogeneity of grid computing environments, we argue that, in addition to performance metrics, the resource allocation algorithms should be designed for robustness. That is, they should have the ability to maintain performance under a wide variety of operating conditions. Although robustness is easy to define, there are no widely used metrics for this property. We introduce the concept of robustness and present an analysis technique to determine the robustness of a resource allocation. As the main contributions of the paper, we present a mathematical description of a metric for the robustness of a resource allocation with respect to a specific disturbance. Simulation results prove the efficiency and applicability of our algorithms
随着网格计算环境的规模、复杂性和异质性的增加,我们认为,除了性能指标外,资源分配算法还应该设计为鲁棒性。也就是说,它们应该有能力在各种操作条件下保持性能。虽然鲁棒性很容易定义,但对于这一属性没有广泛使用的度量。我们引入了鲁棒性的概念,并提出了一种确定资源分配鲁棒性的分析技术。作为本文的主要贡献,我们提出了一种关于特定干扰的资源分配鲁棒性度量的数学描述。仿真结果证明了算法的有效性和适用性
{"title":"Modelling Robust Resource Allocation for Grid Computing","authors":"Zhimin Tian, Yang Yang, Zhengli Zhai","doi":"10.1109/GCC.2006.63","DOIUrl":"https://doi.org/10.1109/GCC.2006.63","url":null,"abstract":"With the increase in size, complexity, and heterogeneity of grid computing environments, we argue that, in addition to performance metrics, the resource allocation algorithms should be designed for robustness. That is, they should have the ability to maintain performance under a wide variety of operating conditions. Although robustness is easy to define, there are no widely used metrics for this property. We introduce the concept of robustness and present an analysis technique to determine the robustness of a resource allocation. As the main contributions of the paper, we present a mathematical description of a metric for the robustness of a resource allocation with respect to a specific disturbance. Simulation results prove the efficiency and applicability of our algorithms","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128401689","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Probabilistic Observation Prediction Model based E4 Scheduling Mechanism in Peer to Peer Grid Computing 点对点网格计算中基于概率观测预测模型的E4调度机制
EunJoung Byun, Hongsoo Kim, SungJin Choi, C. Hwang
Peer to peer (P2P) grid computing is an Internet-based parallel computing paradigm to achieve tremendous computing power by voluntary peers. Since peers are not dedicated to a system, peers are free to leave and join autonomously during computation in this computing environment. A scheduling mechanism must cover the volatility of peers to support a reliable P2P grid computing system. Most existing P2P grid computing systems, however, suffer from blocked job execution and delayed makespan because they do not consider the volatile features of peers in the scheduling procedure. In order to improve system reliability, we propose a probabilistic observation prediction (POP) -based EA scheduling mechanism supporting three advanced scheduling policies: loose time constraint policy (LTCP), strict time constraint policy (STCP), and hybrid time constraint policy (HTCP). LTCP is for general use, STCP aims at minimizing makespan, and HTCP attempts to improve efficiency, and performance-to-cost ratio. All policies are based on stochastic modeling of peer state transition while endeavoring to manage the volatile features of peers
点对点(P2P)网格计算是一种基于internet的并行计算范式,通过自愿的对等体实现巨大的计算能力。由于对等点并不专用于系统,因此在此计算环境中,对等点可以在计算期间自由离开并自主加入。调度机制必须覆盖节点的不稳定性,以支持可靠的P2P网格计算系统。然而,现有的P2P网格计算系统由于在调度过程中没有考虑节点的易变特性,存在作业执行阻塞和最大时间跨度延迟的问题。为了提高系统可靠性,提出了一种基于概率观测预测(POP)的EA调度机制,支持三种高级调度策略:松散时间约束策略(LTCP)、严格时间约束策略(STCP)和混合时间约束策略(HTCP)。LTCP用于一般用途,STCP旨在最小化完工时间,而HTCP试图提高效率和性能成本比。所有策略都是基于对等体状态转移的随机建模,同时努力管理对等体的波动性特征
{"title":"Probabilistic Observation Prediction Model based E4 Scheduling Mechanism in Peer to Peer Grid Computing","authors":"EunJoung Byun, Hongsoo Kim, SungJin Choi, C. Hwang","doi":"10.1109/GCC.2006.74","DOIUrl":"https://doi.org/10.1109/GCC.2006.74","url":null,"abstract":"Peer to peer (P2P) grid computing is an Internet-based parallel computing paradigm to achieve tremendous computing power by voluntary peers. Since peers are not dedicated to a system, peers are free to leave and join autonomously during computation in this computing environment. A scheduling mechanism must cover the volatility of peers to support a reliable P2P grid computing system. Most existing P2P grid computing systems, however, suffer from blocked job execution and delayed makespan because they do not consider the volatile features of peers in the scheduling procedure. In order to improve system reliability, we propose a probabilistic observation prediction (POP) -based EA scheduling mechanism supporting three advanced scheduling policies: loose time constraint policy (LTCP), strict time constraint policy (STCP), and hybrid time constraint policy (HTCP). LTCP is for general use, STCP aims at minimizing makespan, and HTCP attempts to improve efficiency, and performance-to-cost ratio. All policies are based on stochastic modeling of peer state transition while endeavoring to manage the volatile features of peers","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"69 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116273953","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Peer-to-Peer Collaborative Signal Processing for Target Tracking in Wireless Sensor Networks 无线传感器网络中目标跟踪的点对点协同信号处理
Xue Wang, Sheng Wang
A distributed dynamic collaboration approach built in peer-to-peer (P2P) architecture is presented to acquire, transmit and process information in wireless sensor networks (WSNs). Several practically feasible measures of energy consumption and information utility was introduced in collaborative signal processing (CSP) for nodes selection. Then we introduce a target tracking method and present a simple but robust algorithm to integrate the results from multiple nodes. Furthermore, we introduce a progressive fusion tracking strategy based on P2P collaborative signal processing (P2P-CSP) mechanism. Finally, we illustrate an indoor tracking experiment, as well as compare the energy consumption and time delay of P2P- CSP and client/server mechanism. Experimental results verify that the proposed algorithm is a scalable, progressive, energy-efficient and robust way for target tracking
提出了一种基于点对点(P2P)架构的分布式动态协作方法,用于无线传感器网络中信息的获取、传输和处理。在协同信号处理(CSP)节点选择中引入了几种切实可行的能量消耗和信息利用度量。然后,我们引入了一种目标跟踪方法,并提出了一种简单但鲁棒的算法来整合多个节点的结果。在此基础上,提出了一种基于P2P协同信号处理(P2P- csp)机制的渐进式融合跟踪策略。最后,我们举例说明了一个室内跟踪实验,并比较了P2P- CSP和客户端/服务器机制的能耗和时延。实验结果表明,该算法具有可扩展性、进步性、高能效和鲁棒性
{"title":"Peer-to-Peer Collaborative Signal Processing for Target Tracking in Wireless Sensor Networks","authors":"Xue Wang, Sheng Wang","doi":"10.1109/GCC.2006.69","DOIUrl":"https://doi.org/10.1109/GCC.2006.69","url":null,"abstract":"A distributed dynamic collaboration approach built in peer-to-peer (P2P) architecture is presented to acquire, transmit and process information in wireless sensor networks (WSNs). Several practically feasible measures of energy consumption and information utility was introduced in collaborative signal processing (CSP) for nodes selection. Then we introduce a target tracking method and present a simple but robust algorithm to integrate the results from multiple nodes. Furthermore, we introduce a progressive fusion tracking strategy based on P2P collaborative signal processing (P2P-CSP) mechanism. Finally, we illustrate an indoor tracking experiment, as well as compare the energy consumption and time delay of P2P- CSP and client/server mechanism. Experimental results verify that the proposed algorithm is a scalable, progressive, energy-efficient and robust way for target tracking","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128132969","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Network-based resource allocation for Grid Computing within an SLA context SLA上下文中网格计算的基于网络的资源分配
D. Quan, D. Hsu
Service level agreements (SLAs) are currently one of the major research topics in grid computing. Among many system components for supporting of SLA-aware grid jobs, the SLA mapping mechanism receives important positions. It is responsible for assigning sub-jobs of the workflow to grid resource in a way that meet the user's deadline and as cheap as possible. With the distinguished workload and resource characteristics, mapping a heavy communication workflow within SLA context defines an unfamiliar problem and need a specific method to be solved. This paper presents the mapping algorithm, which can cope with the problem. Performance measurements deliver evaluation results on the quality and efficiency of the method
服务水平协议(sla)是当前网格计算领域的主要研究课题之一。在支持SLA感知网格作业的众多系统组件中,SLA映射机制占有重要地位。它负责将工作流的子作业分配给网格资源,以满足用户的最后期限和尽可能便宜的方式。有了不同的工作负载和资源特征,在SLA上下文中映射繁重的通信工作流定义了一个不熟悉的问题,需要一个特定的方法来解决。本文提出了一种可以解决这一问题的映射算法。性能度量提供对方法的质量和效率的评估结果
{"title":"Network-based resource allocation for Grid Computing within an SLA context","authors":"D. Quan, D. Hsu","doi":"10.1109/GCC.2006.67","DOIUrl":"https://doi.org/10.1109/GCC.2006.67","url":null,"abstract":"Service level agreements (SLAs) are currently one of the major research topics in grid computing. Among many system components for supporting of SLA-aware grid jobs, the SLA mapping mechanism receives important positions. It is responsible for assigning sub-jobs of the workflow to grid resource in a way that meet the user's deadline and as cheap as possible. With the distinguished workload and resource characteristics, mapping a heavy communication workflow within SLA context defines an unfamiliar problem and need a specific method to be solved. This paper presents the mapping algorithm, which can cope with the problem. Performance measurements deliver evaluation results on the quality and efficiency of the method","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130175047","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
BioGridPSE: Integrated Solution for Bioinformatics Analysis Using Computing and Data Grid BioGridPSE:使用计算和数据网格的生物信息学分析集成解决方案
Choong-Hyun Sun, Youngwoong Han, Minseong Kim, G. Yi
The bioinformatics field confronts exponential growth of data and increasing problem complexity. Recent progress in computing and data grid are highlighted as an approach to handle these situations. The simplified usage of grid computing resources and the fault-tolerance of large data placement in bioinformatics analysis are the main keys for taking advantage of grid technology. For the purpose of achieving grid computing jobs, we have already provided a model of problem solving environment for integrated bioinformatics solution on grid supporting process manager. Here we have additionally developed BioGrid problem solving environment (BioGridPSE) as an updated version that guarantees both the completion of computational jobs and data placement jobs in the grid and supports flexible process design for bioinformatics analysis, user customized interface generation, and programmable data parsing. The efficiency and usability of BioGridPSE have been tested with high-throughput and complex bioinformatics analysis such as whole genome global alignment
生物信息学领域面临着数据的指数增长和问题复杂性的增加。计算和数据网格的最新进展是处理这些情况的一种方法。网格计算资源的简化使用和生物信息学分析中大数据放置的容错性是利用网格技术的主要关键。为了实现网格计算任务,我们已经提供了一个基于网格支持过程管理器的集成生物信息学解决方案的问题解决环境模型。在这里,我们还开发了BioGrid问题解决环境(BioGridPSE)作为更新版本,保证在网格中完成计算作业和数据放置作业,并支持灵活的生物信息学分析过程设计,用户自定义界面生成和可编程数据解析。BioGridPSE的效率和可用性已经通过高通量和复杂的生物信息学分析(如全基因组全球比对)进行了测试
{"title":"BioGridPSE: Integrated Solution for Bioinformatics Analysis Using Computing and Data Grid","authors":"Choong-Hyun Sun, Youngwoong Han, Minseong Kim, G. Yi","doi":"10.1109/GCC.2006.33","DOIUrl":"https://doi.org/10.1109/GCC.2006.33","url":null,"abstract":"The bioinformatics field confronts exponential growth of data and increasing problem complexity. Recent progress in computing and data grid are highlighted as an approach to handle these situations. The simplified usage of grid computing resources and the fault-tolerance of large data placement in bioinformatics analysis are the main keys for taking advantage of grid technology. For the purpose of achieving grid computing jobs, we have already provided a model of problem solving environment for integrated bioinformatics solution on grid supporting process manager. Here we have additionally developed BioGrid problem solving environment (BioGridPSE) as an updated version that guarantees both the completion of computational jobs and data placement jobs in the grid and supports flexible process design for bioinformatics analysis, user customized interface generation, and programmable data parsing. The efficiency and usability of BioGridPSE have been tested with high-throughput and complex bioinformatics analysis such as whole genome global alignment","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"61 5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130984956","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Aspect Oriented Region Analysis for Efficient Grid Application Reasoning 面向方面的区域分析用于高效网格应用推理
Ke Xu, Yuexuan Wang, Cheng Wu
With the development of grid techniques and the growing complexity of grid applications, reasoning the temporal properties of grid application to ensure its reliability is becoming more and more critical. In this work, two decomposition approaches are proposed to improve the performance of the temporal reasoning of complex grid applications. The proposed approaches are implemented in our GridPiAnalyzer for equipment grid. Results show that our approach can reduce both CPU time and memory cost compared to using traditional formal verification algorithm alone due to the exponential reduction of system state space
随着网格技术的发展和网格应用的日益复杂,对网格应用的时间属性进行推理以保证其可靠性变得越来越重要。在这项工作中,提出了两种分解方法来提高复杂网格应用的时间推理性能。我们的GridPiAnalyzer在设备网格中实现了上述方法。结果表明,由于系统状态空间呈指数级减少,与单独使用传统形式验证算法相比,我们的方法可以降低CPU时间和内存成本
{"title":"Aspect Oriented Region Analysis for Efficient Grid Application Reasoning","authors":"Ke Xu, Yuexuan Wang, Cheng Wu","doi":"10.1109/GCC.2006.31","DOIUrl":"https://doi.org/10.1109/GCC.2006.31","url":null,"abstract":"With the development of grid techniques and the growing complexity of grid applications, reasoning the temporal properties of grid application to ensure its reliability is becoming more and more critical. In this work, two decomposition approaches are proposed to improve the performance of the temporal reasoning of complex grid applications. The proposed approaches are implemented in our GridPiAnalyzer for equipment grid. Results show that our approach can reduce both CPU time and memory cost compared to using traditional formal verification algorithm alone due to the exponential reduction of system state space","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131144338","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
BSM: A scheduling algorithm for dynamic jobs based on economics theory 基于经济学理论的动态作业调度算法
Bo Cao, Yongwei Wu, Guangwen Yang, Jia Liu, Jianjin Jiang
In this paper, we propose a new scheduling algorithm with economic theory, called black Scholes market (BSM) algorithm for a class of dynamic jobs (DJ). BSM is based on the classic option pricing theory in investment - black Scholes pricing model. The algorithm could meet the needs of dynamic flow jobs and select server to provide specific service through simulating an irrational market. Compared with dynamic weighted round robin (DWRR) and dynamic statistical random (DSR) scheduling algorithms, BSM algorithm achieves a better performance in long time scheduling and the best average delay rate in different maximum job arrival rates. And from view of the stability, BSM is also much better than the other two algorithms
本文利用经济学理论提出了一类动态作业(DJ)的调度算法black Scholes market (BSM)算法。BSM是在经典期权定价理论的基础上建立的投资- black Scholes定价模型。该算法通过模拟一个不合理的市场,可以满足动态流作业的需求,选择服务器提供特定的服务。与动态加权轮询调度算法(DWRR)和动态统计随机调度算法(DSR)相比,BSM算法具有较好的长时间调度性能和不同最大作业到达率下的最佳平均延迟率。从稳定性来看,BSM算法也明显优于其他两种算法
{"title":"BSM: A scheduling algorithm for dynamic jobs based on economics theory","authors":"Bo Cao, Yongwei Wu, Guangwen Yang, Jia Liu, Jianjin Jiang","doi":"10.1109/GCC.2006.34","DOIUrl":"https://doi.org/10.1109/GCC.2006.34","url":null,"abstract":"In this paper, we propose a new scheduling algorithm with economic theory, called black Scholes market (BSM) algorithm for a class of dynamic jobs (DJ). BSM is based on the classic option pricing theory in investment - black Scholes pricing model. The algorithm could meet the needs of dynamic flow jobs and select server to provide specific service through simulating an irrational market. Compared with dynamic weighted round robin (DWRR) and dynamic statistical random (DSR) scheduling algorithms, BSM algorithm achieves a better performance in long time scheduling and the best average delay rate in different maximum job arrival rates. And from view of the stability, BSM is also much better than the other two algorithms","PeriodicalId":280249,"journal":{"name":"2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)","volume":"95 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133258911","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
2006 Fifth International Conference on Grid and Cooperative Computing (GCC'06)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1