py - 分布式 Python
py 是為 Erlang 生態系統準備的分布式 Python。該項目有兩個主要特性:
-
Python 的簡單封裝接口,封裝了 ErlPort 調用,可方便的進行:
-
Make module-level calls
-
Get module-level constants
-
Instantiate objects
-
Call object methods
-
Get object attributes
-
Call builtins and operators with convenient wrappers
-
在分布式環境中運行 Python 的方法,充分利用 Erlang 的優勢,包括容錯、可伸縮、并發、實時等特性
LFE py 不是一個:
- A PaaS; if that's what you're interested in, please take a look at CloudI.
- A framework for pipelining jobs across distributed data (e.g., mapreduce). For that, see the Disco project.
- A language-agnostic, general-purpose ports server. LFE py is, in fact, built on one of those: ErlPort!
本文由用戶 cdop 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!