zoukankan      html  css  js  c++  java
  • [资料整理] Decentralized Services Orchestration, Choreography相关的几篇论文

        昨天讨论了一下论文笔记管理的方法, 我以前用过各种做论文笔记的方法. 打算逐步整理一下以前的论文笔记, 标题里注明为"[资料整理]".

    M. G. Nanda, S. Chandra, and V. Sarkar, "Decentralizing execution of composite web services," , OOPSLA'04, Oct 24-28 2004, Vancouver, BC, Canada, 2004.

        讨论了一种将single BPEL process 划分成一组等价的decentralized processes的技术, 划分的目标是要实现minimum commnication cost & maximized throughtput
    本文的贡献是"the first proposed solution to the decentralization problem for BPEL programs".

    Chafle, G. and S. Chandra, et al. (2005). Orchestrating composite web services under data flow constraints. 2005 IEEE International Conference on Web Services, ICWS 2005, Jul 11-15 2005, Orlando, FL, United States, IEEE, Piscataway, NJ 08855-1331, United States.

    划分BPEL时考虑data flow constraints的限制(商业限制). 
    本文首次提出使用decentralized orchestration来解决这个问题.

    本文的解决方案包括以下几部分:
    a Decentralizer tool to generate all possible topologies,
    a language to specify data flow constraints,
    a filtering mechanism to select a topology,
    a deployment mechanism to ensure that a partition hosted by a component web service does not violate any constraints specified by that service.

    另外还有其他几篇这方面的论文:

    Yildiz, U. and C. Godart (2007). Information Flow Control with Decentralized Service Compositions. Web Services, 2007. ICWS 2007. IEEE International Conference on.
    Chris Peltz, "Web Services Orchestration and Choreography," Computer, vol. 36, no. 10, pp. 46-52, Oct. 2003, doi:10.1109/MC.2003.1236471
    G. Chafle, S. Chandra, V. Mann, and M. G. Nanda, "Decentralized orchestration of composite web services," presented at Thirteenth International World Wide Web Conference Proceedings, WWW2004, May 17-22 2004, New York, NY, United States, 2004.

  • 相关阅读:
    python之模块与包
    python之异常处理
    python之os与json&pickle模块
    python之random、time与sys模块
    python之re模块
    python之匿名函数、递归与二分法
    python之内置函数
    python之迭代器、生成器及列表推导式
    python之第一对象,函数名的应用,闭包
    python之命名空间与作用域
  • 原文地址:https://www.cnblogs.com/yuquanlaobo/p/1614798.html
Copyright © 2011-2022 走看看