Changes between Version 1 and Version 2 of jazz/10-12-12


Ignore:
Timestamp:
Apr 15, 2011, 12:47:28 AM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-12-12

    v1 v2  
    55 * 上週東南亞會議與 Intel 的 Richard 討論 Tashi 的架構,他提到他是用 Python 來寫 RPC 溝通。實際上 Hadoop 也是靠 RPC 方式來作到分散式的架構,所以如何用 Python 來撰寫 RPC 似乎可以拿來作為後續改良 DRBL 相關佈署工具研發的參考。目前找了一下有 XML-RPC 與 JSON-RPC 兩種實作,紀錄如下:
    66 * [http://www.ibm.com/developerworks/webservices/library/ws-pyth9/? The Python Web services developer: Messaging technologies compared] - 比較 SOAP, CORBA, XML-RPC, 跟傳統的 socket 。
     7
     8=== RPyC ==
     9
     10 * 根據 [http://incubator.apache.org/tashi/documentation-single.html Tashi 單機安裝文件]
     11 * 需要安裝 RPyC 才行
     12   * [http://en.wikipedia.org/wiki/RPyC 維基百科關於 RPyC 的介紹]
     13   * [http://www.ibm.com/developerworks/linux/library/l-rpyc/ IBM developerWorks 文章:Charming Python: Distributing computing with RPyC] - A native Python option for seamless control of many machines
    714
    815=== XML-RPC ===