首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 一个概念证明实施的序曲在Python的分布式内存的抽象

一个概念证明实施的序曲在Python的分布式内存的抽象

  • 资源大小:6.73 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python distributed sinfonia

资 源 简 介

Concerto is a Python implementation of the Sinfonia (paper: http://research.microsoft.com/users/aguilera/papers/sinfonia-aguilera-sosp2007.pdf) distributed shared memory abstraction that was presented at SOSP in 2007. This project started out as the result of a challenge: to implement the core of Sinfonia in any language in under three hours. The challenge was met, but the implementation was ugly. What is presented here is the result of some very preliminary beautification work. Neither Python nor this implementation are likely to perform well under any heavy loads, so Concerto is only likely to be practical as a learning aid. A Java version is in the works. Still missing is the recovery protocol which allows minitransactions to complete in the event of the coordinator failing. The authors of the Sinfonia paper are in no way connected with this project.

文 件 列 表

.
memnode.py
monitor.py
server.py
shell.py
client.py
VIP VIP
0.172034s