2016年4月6日
该文被密码保护。 阅读全文
posted @ 2016-04-06 18:08 zju_wh 阅读(5) 评论(0) 推荐(0)
  2015年12月1日
摘要: Lab1 Part2加入了Master Node来分配任务(distributed job)给Worker,Master和Worker的通信(Communicate)是通过RPC,程序代码在这里,多个Worker的协作是用Goroutine & ChannelGoroutine & Channelg... 阅读全文
posted @ 2015-12-01 22:16 zju_wh 阅读(439) 评论(0) 推荐(1)
  2015年11月29日
摘要: 6.824: Distributed Systems是MIT的分布式系统课程,Lab1任务是通过build a MapReduce library学习Go语言和分布式环境下的容错技术(fault tolerance) 点击这里进入课程,由于仍处在分布式系统的学习阶段,有错误还望指出,Thx ... 阅读全文
posted @ 2015-11-29 22:14 zju_wh 阅读(564) 评论(0) 推荐(0)