首页 > 最新文献

2012 IEEE 32nd International Conference on Distributed Computing Systems最新文献

英文 中文
sfatables: A Firewall-like Policy Engine for Federated Systems stabables:联邦系统的类似防火墙的策略引擎
Pub Date : 2011-06-20 DOI: 10.1109/ICDCS.2011.58
S. Bhatia, A. Bavier, L. Peterson, Soner Sevinc
Recent efforts to federate computation and communication resources across organizational boundaries face a challenge in establishing the policies by which one organization's users can access resources in other organizations. This paper describes an approach to defining, communicating, analyzing, and enforcing resource allocation policies in this new setting. Our approach was designed to address the needs of Planet Lab, but we demonstrate through a range of examples that it is general enough to accommodate a diverse collection of computing facilities. Our policy engine is implemented in a specific tool chain, called {tt sfatables}, that is patterned after the {tt iptables} mechanism used to define packet processing policies for network traffic. The interface to our policy engine thus uses the familiar paradigm of a {tt firewall} and provides a flexible interface for resource owners to specify access policies for their resources. Our implementation makes it possible to precisely document policies, query, and analyze them.
最近跨组织边界联合计算和通信资源的工作面临着一个挑战,即建立一个组织的用户可以访问其他组织中的资源的策略。本文描述了在这种新设置中定义、交流、分析和执行资源分配策略的方法。我们的方法是为了满足Planet Lab的需求而设计的,但是我们通过一系列示例来证明,它足以适应各种计算设施的集合。我们的策略引擎是在一个特定的工具链中实现的,这个工具链被称为{tt tables},它是按照用于定义网络流量的数据包处理策略的{tt iptables}机制设计的。因此,我们的策略引擎的接口使用了我们熟悉的{tt防火墙}范例,并为资源所有者提供了一个灵活的接口来为他们的资源指定访问策略。我们的实现使得精确地记录策略、查询和分析它们成为可能。
{"title":"sfatables: A Firewall-like Policy Engine for Federated Systems","authors":"S. Bhatia, A. Bavier, L. Peterson, Soner Sevinc","doi":"10.1109/ICDCS.2011.58","DOIUrl":"https://doi.org/10.1109/ICDCS.2011.58","url":null,"abstract":"Recent efforts to federate computation and communication resources across organizational boundaries face a challenge in establishing the policies by which one organization's users can access resources in other organizations. This paper describes an approach to defining, communicating, analyzing, and enforcing resource allocation policies in this new setting. Our approach was designed to address the needs of Planet Lab, but we demonstrate through a range of examples that it is general enough to accommodate a diverse collection of computing facilities. Our policy engine is implemented in a specific tool chain, called {tt sfatables}, that is patterned after the {tt iptables} mechanism used to define packet processing policies for network traffic. The interface to our policy engine thus uses the familiar paradigm of a {tt firewall} and provides a flexible interface for resource owners to specify access policies for their resources. Our implementation makes it possible to precisely document policies, query, and analyze them.","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"3 2 1","pages":"467-476"},"PeriodicalIF":0.0,"publicationDate":"2011-06-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77476398","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
Software-Directed Data Access Scheduling for Reducing Disk Energy Consumption 软件定向数据访问调度,降低磁盘能耗
Pub Date : 2011-06-08 DOI: 10.1145/1996130.1996175
Yuanrui Zhang, Jun Liu, M. Kandemir
Most existing research in disk power management has focused on exploiting idle periods of disks. Both hardware power-saving mechanisms (such as spin-down disks and multi-speed disks) and complementary software strategies (such as code and data layout transformations to increase the length of idle periods) have been explored. However, while hardware power-saving mechanisms cannot handle short idle periods of high-performance parallel applications, prior code/data reorganization strategies typically require extensive code modifications. In this paper, we propose and evaluate a compiler-directed data access (I/O call) scheduling framework for saving disk energy, which groups as many data requests as possible in a shorter period, thus creating longer disk idle periods for improving the effectiveness of hardware power-saving mechanisms. As compared to prior software based efforts, it requires no code or data restructuring. We evaluate our approach using six application programs in a cluster-based simulation environment. The experimental results show that it improves the effectiveness of both spin-down disks and multi-speed disks with doubled power savings on average.
大多数现有的磁盘电源管理研究都集中在利用磁盘的空闲时间。对硬件节能机制(如休眠磁盘和多速磁盘)和补充软件策略(如代码和数据布局转换以增加空闲时间长度)都进行了探索。然而,虽然硬件节能机制不能处理高性能并行应用程序的短空闲期,但先前的代码/数据重组策略通常需要大量的代码修改。在本文中,我们提出并评估了一种用于节省磁盘能量的编译器定向数据访问(I/O调用)调度框架,该框架在较短的时间内将尽可能多的数据请求分组,从而创建较长的磁盘空闲时间,以提高硬件节能机制的有效性。与之前基于软件的工作相比,它不需要代码或数据重构。我们在基于集群的仿真环境中使用六个应用程序来评估我们的方法。实验结果表明,该方法提高了休眠磁盘和多速磁盘的效率,平均节省了一倍的功率。
{"title":"Software-Directed Data Access Scheduling for Reducing Disk Energy Consumption","authors":"Yuanrui Zhang, Jun Liu, M. Kandemir","doi":"10.1145/1996130.1996175","DOIUrl":"https://doi.org/10.1145/1996130.1996175","url":null,"abstract":"Most existing research in disk power management has focused on exploiting idle periods of disks. Both hardware power-saving mechanisms (such as spin-down disks and multi-speed disks) and complementary software strategies (such as code and data layout transformations to increase the length of idle periods) have been explored. However, while hardware power-saving mechanisms cannot handle short idle periods of high-performance parallel applications, prior code/data reorganization strategies typically require extensive code modifications. In this paper, we propose and evaluate a compiler-directed data access (I/O call) scheduling framework for saving disk energy, which groups as many data requests as possible in a shorter period, thus creating longer disk idle periods for improving the effectiveness of hardware power-saving mechanisms. As compared to prior software based efforts, it requires no code or data restructuring. We evaluate our approach using six application programs in a cluster-based simulation environment. The experimental results show that it improves the effectiveness of both spin-down disks and multi-speed disks with doubled power savings on average.","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"17 1","pages":"596-605"},"PeriodicalIF":0.0,"publicationDate":"2011-06-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86005351","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}
引用次数: 5
Approximate Data Stream Joins in Distributed Systems 分布式系统中的近似数据流联接
Pub Date : 2007-01-01 DOI: 10.1109/ICDCS.2007.104
V. Kriakov, A. Delis, G. Kollios
The emergence of applications producing continuous high-frequency data streams has brought forth a large body of research in the area of distributed stream processing. In presence of high volumes of data, efforts have primarily concentrated on providing approximate aggregate or top-k type results. Scalable solutions for providing answers to window join queries in distributed stream processing systems have received limited attention to date. We provide a solution for the window join in a distributed stream processing system which features reduced inter-node communications achieved through automatic throughput handling based on resource availability. Our approach is based on incrementally updated discrete Fourier transforms (DFTs). Furthermore, we provide formulae for computing DFT compression factors in order to achieve information reduction. We perform WAN-based prototype experiments to ascertain the viability and establish the effectiveness of our method. Our experimental results reveal that our method scales in terms of throughput and error rates, achieving sub-linear message complexity in domains that exhibit a geographic skew in the joining attributes.
随着产生连续高频数据流的应用程序的出现,在分布式流处理领域产生了大量的研究。在存在大量数据的情况下,努力主要集中于提供近似的汇总或top-k类型的结果。为分布式流处理系统中的窗口连接查询提供答案的可扩展解决方案迄今为止受到的关注有限。我们为分布式流处理系统中的窗口连接提供了一个解决方案,该解决方案的特点是通过基于资源可用性的自动吞吐量处理来减少节点间通信。我们的方法是基于增量更新的离散傅立叶变换(DFTs)。此外,我们还提供了计算DFT压缩因子的公式,以实现信息约简。我们进行了基于广域网的原型实验,以确定该方法的可行性和有效性。我们的实验结果表明,我们的方法在吞吐量和错误率方面进行了扩展,在连接属性中表现出地理倾斜的域中实现了亚线性消息复杂性。
{"title":"Approximate Data Stream Joins in Distributed Systems","authors":"V. Kriakov, A. Delis, G. Kollios","doi":"10.1109/ICDCS.2007.104","DOIUrl":"https://doi.org/10.1109/ICDCS.2007.104","url":null,"abstract":"The emergence of applications producing continuous high-frequency data streams has brought forth a large body of research in the area of distributed stream processing. In presence of high volumes of data, efforts have primarily concentrated on providing approximate aggregate or top-k type results. Scalable solutions for providing answers to window join queries in distributed stream processing systems have received limited attention to date. We provide a solution for the window join in a distributed stream processing system which features reduced inter-node communications achieved through automatic throughput handling based on resource availability. Our approach is based on incrementally updated discrete Fourier transforms (DFTs). Furthermore, we provide formulae for computing DFT compression factors in order to achieve information reduction. We perform WAN-based prototype experiments to ascertain the viability and establish the effectiveness of our method. Our experimental results reveal that our method scales in terms of throughput and error rates, achieving sub-linear message complexity in domains that exhibit a geographic skew in the joining attributes.","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"4 1","pages":"5"},"PeriodicalIF":0.0,"publicationDate":"2007-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76021237","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
eScience Meets eBusiness: Blueprint for Next Generation Grid Computing eScience遇见电子商务:下一代网格计算的蓝图
Pub Date : 2005-06-06 DOI: 10.1109/ICDCS.2005.33
Hiromu Hayashi
Summary form only given. Grid computing is increasingly being viewed as the next phase of distributed computing. Built on pervasive Internet standards, grid computing enables organizations to share computing and information resources across department and organizational boundaries in a secure, highly efficient manner. Grid computing originates in eScience and its early development was driven to a large extent by the requirements of large-scale computing and efficient sharing of huge datasets. eBusiness requirements led to the adoption of emerging Web services technologies - initially developed for distributed business application integration. Therefore grid computing can be applied to enterprise computing within and across organizations and pave the way for utility computing. I present major Grid computing projects for both eScience and eBusiness in Japan (including NaReGI and Business Grid) and several key Grid products and applications (including CyberGRIP and Resource Coordinator both developed by Fujitsu). The Global Grid Forum (GGF) is leading the standardization of grid computing. In particular, GGF has developed the Open Grid Services Architecture (OGSA) and is working throughout the industry to champion this "architectural blueprint" and the associated specifications that will enable the pervasive adoption of grid computing for eBusiness and eScience worldwide
只提供摘要形式。网格计算越来越被视为分布式计算的下一个阶段。网格计算建立在普遍的Internet标准之上,使组织能够以安全、高效的方式跨部门和组织边界共享计算和信息资源。网格计算起源于eScience,其早期发展在很大程度上是受大规模计算和海量数据集高效共享的需求驱动的。电子商务需求导致采用新兴的Web服务技术——最初是为分布式业务应用程序集成而开发的。因此,网格计算可以应用于组织内部和跨组织的企业计算,并为效用计算铺平道路。我介绍了日本eScience和eBusiness的主要网格计算项目(包括NaReGI和Business Grid)和几个关键的网格产品和应用程序(包括富士通开发的CyberGRIP和Resource Coordinator)。全球网格论坛(GGF)是引领网格计算标准化的组织。特别是,GGF开发了开放网格服务体系结构(OGSA),并在整个行业中倡导这一“体系结构蓝图”和相关规范,这些规范将使网格计算在全球范围内广泛应用于电子商务和电子科学
{"title":"eScience Meets eBusiness: Blueprint for Next Generation Grid Computing","authors":"Hiromu Hayashi","doi":"10.1109/ICDCS.2005.33","DOIUrl":"https://doi.org/10.1109/ICDCS.2005.33","url":null,"abstract":"Summary form only given. Grid computing is increasingly being viewed as the next phase of distributed computing. Built on pervasive Internet standards, grid computing enables organizations to share computing and information resources across department and organizational boundaries in a secure, highly efficient manner. Grid computing originates in eScience and its early development was driven to a large extent by the requirements of large-scale computing and efficient sharing of huge datasets. eBusiness requirements led to the adoption of emerging Web services technologies - initially developed for distributed business application integration. Therefore grid computing can be applied to enterprise computing within and across organizations and pave the way for utility computing. I present major Grid computing projects for both eScience and eBusiness in Japan (including NaReGI and Business Grid) and several key Grid products and applications (including CyberGRIP and Resource Coordinator both developed by Fujitsu). The Global Grid Forum (GGF) is leading the standardization of grid computing. In particular, GGF has developed the Open Grid Services Architecture (OGSA) and is working throughout the industry to champion this \"architectural blueprint\" and the associated specifications that will enable the pervasive adoption of grid computing for eBusiness and eScience worldwide","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"16 1","pages":"529"},"PeriodicalIF":0.0,"publicationDate":"2005-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73551715","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
Distributed Computation in the Physical World 物理世界中的分布式计算
Pub Date : 2005-06-06 DOI: 10.1109/ICDCS.2005.25
D. Culler
Summary form only given. Networks of intelligent sensors that are distributed through the physical world will revolutionize practices in the life sciences, civil engineering, manufacturing, security, agriculture, ubiquitous computing, and many other areas. They also present an opportunity and a need to explore distributed algorithms that are wedded to the noisy, localized, time varying physical world. Bandwidth, storage, and energy limitations make in-network processing essential - within the node and among collections of nodes. The algorithms should be resource efficient, but also deal with noise, uncertainty and dynamically changing connectivity. A broad research community has been exploring these issues in the context of TinyOS and the Berkeley motes. This talk will highlight novel distributed algorithms coming out of these efforts and discuss issues in making such networks robust and programmable
只提供摘要形式。分布在物理世界中的智能传感器网络将彻底改变生命科学、土木工程、制造业、安全、农业、无处不在的计算和许多其他领域的实践。它们也为探索分布式算法提供了机会和需求,这些算法与嘈杂的、局部的、时变的物理世界相结合。带宽、存储和能量的限制使得在节点内和节点集合之间进行网络内处理变得必不可少。算法既要资源高效,又要处理噪声、不确定性和动态变化的连通性。一个广泛的研究团体一直在TinyOS和伯克利笔记的背景下探索这些问题。本次演讲将重点介绍这些努力中产生的新颖分布式算法,并讨论如何使这些网络健壮和可编程
{"title":"Distributed Computation in the Physical World","authors":"D. Culler","doi":"10.1109/ICDCS.2005.25","DOIUrl":"https://doi.org/10.1109/ICDCS.2005.25","url":null,"abstract":"Summary form only given. Networks of intelligent sensors that are distributed through the physical world will revolutionize practices in the life sciences, civil engineering, manufacturing, security, agriculture, ubiquitous computing, and many other areas. They also present an opportunity and a need to explore distributed algorithms that are wedded to the noisy, localized, time varying physical world. Bandwidth, storage, and energy limitations make in-network processing essential - within the node and among collections of nodes. The algorithms should be resource efficient, but also deal with noise, uncertainty and dynamically changing connectivity. A broad research community has been exploring these issues in the context of TinyOS and the Berkeley motes. This talk will highlight novel distributed algorithms coming out of these efforts and discuss issues in making such networks robust and programmable","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"33 1","pages":"3"},"PeriodicalIF":0.0,"publicationDate":"2005-06-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80594784","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
Effective complexity reduction for optimal scheduling of distributed real-time applications 有效降低分布式实时应用优化调度的复杂度
Pub Date : 1999-05-31 DOI: 10.1109/ICDCS.1999.776538
J. Jönsson
The application of optimal search strategies to scheduling for distributed real-time systems is, in general, plagued by an inherent computational complexity. This has effectively prevented the integration of strategies such as branch-and-bound (B&B) in scheduling frameworks and tools used in practice today. To show that optimal scheduling is, in fact, a viable alternative for many real-time scheduling scenarios, we propose an approach that can reduce the average search complexity to levels comparable with that of a polynomial-time heuristic. Our approach is based on making intelligent choices in the selection of strategies for search tree vertex traversal and task deadline assignment. More specifically, we conjecture that effective complexity reduction is achieved by (i) traversing vertices in the search tree in a depth-first fashion and (ii) assigning local task deadlines that are non-overlapping fractions of the application end-to-end deadline. Through an extensive experimental study, we find that our approach contribute to reducing the average search complexity by several orders of magnitude for a frequently-used class of distributed real-time applications.
最优搜索策略在分布式实时系统调度中的应用通常受到固有计算复杂性的困扰。这有效地阻止了将诸如分支绑定(B&B)之类的策略整合到今天实践中使用的调度框架和工具中。为了证明最优调度实际上是许多实时调度场景的可行替代方案,我们提出了一种可以将平均搜索复杂度降低到与多项式时间启发式相当的水平的方法。我们的方法是基于在搜索树顶点遍历和任务期限分配策略的选择上做出智能选择。更具体地说,我们推测有效的复杂性降低是通过以下方式实现的:(i)以深度优先的方式遍历搜索树中的顶点,(ii)分配本地任务截止日期,这些截止日期是应用程序端到端截止日期的非重叠部分。通过广泛的实验研究,我们发现我们的方法有助于将常用的分布式实时应用程序的平均搜索复杂度降低几个数量级。
{"title":"Effective complexity reduction for optimal scheduling of distributed real-time applications","authors":"J. Jönsson","doi":"10.1109/ICDCS.1999.776538","DOIUrl":"https://doi.org/10.1109/ICDCS.1999.776538","url":null,"abstract":"The application of optimal search strategies to scheduling for distributed real-time systems is, in general, plagued by an inherent computational complexity. This has effectively prevented the integration of strategies such as branch-and-bound (B&B) in scheduling frameworks and tools used in practice today. To show that optimal scheduling is, in fact, a viable alternative for many real-time scheduling scenarios, we propose an approach that can reduce the average search complexity to levels comparable with that of a polynomial-time heuristic. Our approach is based on making intelligent choices in the selection of strategies for search tree vertex traversal and task deadline assignment. More specifically, we conjecture that effective complexity reduction is achieved by (i) traversing vertices in the search tree in a depth-first fashion and (ii) assigning local task deadlines that are non-overlapping fractions of the application end-to-end deadline. Through an extensive experimental study, we find that our approach contribute to reducing the average search complexity by several orders of magnitude for a frequently-used class of distributed real-time applications.","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"64 1 1","pages":"360-369"},"PeriodicalIF":0.0,"publicationDate":"1999-05-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87744524","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}
引用次数: 8
Group Communication Support for Distributed Multimedia and CSCW Systems 分布式多媒体和CSCW系统的群通信支持
Pub Date : 1997-01-01 DOI: 10.1109/ICDCS.1997.597851
I. Rhee, S. Y. Cheung, P. Hutto, V. Sunderam
{"title":"Group Communication Support for Distributed Multimedia and CSCW Systems","authors":"I. Rhee, S. Y. Cheung, P. Hutto, V. Sunderam","doi":"10.1109/ICDCS.1997.597851","DOIUrl":"https://doi.org/10.1109/ICDCS.1997.597851","url":null,"abstract":"","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"66 1","pages":"43-50"},"PeriodicalIF":0.0,"publicationDate":"1997-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91226269","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}
引用次数: 21
A Distributed Scalable Web Server and Its Program Visualization in Multiple Platforms 分布式可扩展Web服务器及其多平台程序可视化
Pub Date : 1996-01-01 DOI: 10.1109/ICDCS.1996.508018
Yew-Huey Liu, P. Dantzig, C. Wu, J. Challenger, L. Ni
{"title":"A Distributed Scalable Web Server and Its Program Visualization in Multiple Platforms","authors":"Yew-Huey Liu, P. Dantzig, C. Wu, J. Challenger, L. Ni","doi":"10.1109/ICDCS.1996.508018","DOIUrl":"https://doi.org/10.1109/ICDCS.1996.508018","url":null,"abstract":"","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"10 1","pages":"665-672"},"PeriodicalIF":0.0,"publicationDate":"1996-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88898596","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
Future Distributed Embedded and Real-Time Applications Will Be Adaptive: Meanings, Challenges and Research Paradigms (Panel) 未来分布式嵌入式和实时应用将是自适应的:意义、挑战和研究范式(小组讨论)
Pub Date : 1995-05-30 DOI: 10.1109/ICDCS.1995.500018
A. Mok, C. Heitmeyer, K. Jeffay, Michael B. Jones, C. D. Locke, R. Rajkumar
Summary form only given, as follows. Static models are not appropriate for next-generation distributed real-time applications that are likely to be adaptive in nature, (for example, to provide a high degree of fault tolerance). During the last few years, the real-time systems community has started to counter this criticism by extending traditional work to cover newer application domains, The central problem remains, however, that the concept of adaptivity is often domain-specific and sometimes ill-defined in the context of bringing distributed real-time systems concept into better focus. Accordingly, be it resolved that future distributed embedded and real-time applications will be adaptive and that meanings, challenges and research paradigms await discovery. The charge to the panel is to defend (or to dismiss as fluff) the above resolution.
仅给出摘要形式,如下。静态模型不适合下一代分布式实时应用程序,因为这些应用程序本质上可能是自适应的(例如,提供高度的容错性)。在过去的几年里,实时系统社区已经开始通过扩展传统的工作来覆盖新的应用程序领域来应对这种批评。然而,中心问题仍然存在,适应性的概念通常是特定于领域的,有时在使分布式实时系统概念得到更好关注的上下文中定义不清。因此,未来的分布式嵌入式和实时应用将是自适应的,其意义、挑战和研究范式有待发现。专家组的职责是为上述决议辩护(或将其视为废话而不予理会)。
{"title":"Future Distributed Embedded and Real-Time Applications Will Be Adaptive: Meanings, Challenges and Research Paradigms (Panel)","authors":"A. Mok, C. Heitmeyer, K. Jeffay, Michael B. Jones, C. D. Locke, R. Rajkumar","doi":"10.1109/ICDCS.1995.500018","DOIUrl":"https://doi.org/10.1109/ICDCS.1995.500018","url":null,"abstract":"Summary form only given, as follows. Static models are not appropriate for next-generation distributed real-time applications that are likely to be adaptive in nature, (for example, to provide a high degree of fault tolerance). During the last few years, the real-time systems community has started to counter this criticism by extending traditional work to cover newer application domains, The central problem remains, however, that the concept of adaptivity is often domain-specific and sometimes ill-defined in the context of bringing distributed real-time systems concept into better focus. Accordingly, be it resolved that future distributed embedded and real-time applications will be adaptive and that meanings, challenges and research paradigms await discovery. The charge to the panel is to defend (or to dismiss as fluff) the above resolution.","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"26 1","pages":"182-184"},"PeriodicalIF":0.0,"publicationDate":"1995-05-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86053733","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
Computer Supported Cooperative Work: New Challenges or Old Problems (Panel) 计算机支持的协同工作:新挑战还是老问题(小组讨论)
Pub Date : 1995-01-01 DOI: 10.1109/ICDCS.1995.10001
Tom Rodden, Paul Dourish, L. Fahlén, Chris Greenhalgh, A. Prakash, John Riedl
{"title":"Computer Supported Cooperative Work: New Challenges or Old Problems (Panel)","authors":"Tom Rodden, Paul Dourish, L. Fahlén, Chris Greenhalgh, A. Prakash, John Riedl","doi":"10.1109/ICDCS.1995.10001","DOIUrl":"https://doi.org/10.1109/ICDCS.1995.10001","url":null,"abstract":"","PeriodicalId":6300,"journal":{"name":"2012 IEEE 32nd International Conference on Distributed Computing Systems","volume":"64 1","pages":"180-181"},"PeriodicalIF":0.0,"publicationDate":"1995-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77942964","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
期刊
2012 IEEE 32nd International Conference on Distributed Computing Systems
全部 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