基于分布式/操作系统的有趣项目
我想知道一些基于分布式系统的有趣挑战,这些挑战可以在一个季度的时间范围内解决(我的大学遵循季度系统!)。我希望从事一个既能满足操作系统课程又能满足分布式系统课程的项目,这样我就有足够的时间来完成它(因为我已经选修了这两门课程!)。我正在寻找一个强大的编程组件。有人能指出我正确的方向吗?我知道 Hadoop/map-reduce 很热门,但如果有人提出虚拟机领域可解决的挑战,我将不胜感激。
I would like to know some interesting challenges based on distributed systems that could be solved within the time frame of a quarter (my university follows quarter system!). I am hoping to work on a single project that would satisfy both an Operating Systems course as well as a Distributed Systems course so that I would have plenty of time to work on it (as I have taken both courses!). I am looking for a strong programming component. Could anybody point me in the right direction? I know Hadoop/map-reduce is the hot stuff but I would appreciate it if someone suggested solvable challenges in the field of virtual machines.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
麻省理工学院有一个 OCW 课程,“分布式计算机系统工程”,其内容为 项目部分,您可能会发现它有帮助。
MIT has an OCW class, "Distributed Computer Systems Engineering," with a Projects Section which you might find helpful.
检查此博客条目 Mapreduce &学术论文中的 Hadoop 算法(第五次更新 - 2011 年 11 月)。博客文章中的问题区域也可以使用非 MapReduce 分布式算法来解决。
我建议不要随波逐流,而是选择一个你感兴趣的主题并致力于它。
Check this blog entry on Mapreduce & Hadoop Algorithms in Academic Papers (5th update – Nov 2011). The problem areas in the blog entry could also be solved using non-MapReduce distributed algorithms also.
I suggest instead of going with the hype, pick a topic of your interest and work on it.