1 / 40
文档名称:

Module 2 - Student Background Knowledge.ppt

格式:ppt   页数:40
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Module 2 - Student Background Knowledge.ppt

上传人:管理资源吧 2012/2/15 文件大小:0 KB

下载得到文件列表

Module 2 - Student Background Knowledge.ppt

文档介绍

文档介绍:Google puting Faculty Training Workshop
Module II: Student Background Knowledge
This presentation includes course content © University of Washington
Redistributed under the mons Attribution license.
All other contents:
© Spinnaker Labs, Inc.
Background Topics
Programming Languages
Systems:
Operating Systems
File working
Databases
© Spinnaker Labs, Inc.
Programming Languages
MapReduce is based on functional programming map and fold
FP is taught in one quarter, but not reinforced
“Crash course” necessary
Worksheets to pose short problems in terms of map and fold
Immutable data a key concept
© Spinnaker Labs, Inc.
Multithreaded programming
Taught in OS course at Washington
Not a prerequisite!
Students need to understand multiple copies of same method running in parallel
© Spinnaker Labs, Inc.
File Systems
Necessary to understand parison to NFS, other distributed file systems relevant
© Spinnaker Labs, Inc.
Networking
TCP/IP
Concepts of “connection,” network splits, other failure modes
Bandwidth issues
© Spinnaker Labs, Inc.
Other Systems Topics
Process Scheduling
Synchronization
Memory coherency
© Spinnaker Labs, Inc.
Databases
Concept of shared consistency model
Consensus
ACID characteristics
Journaling
Multi-mit processes
© Spinnaker Labs, Inc.
Parallelization & Synchronization
© Spinnaker Labs, Inc.
Parallelization Idea
Parallelization is “easy” if processing can be cleanly split into n units:
© Spinnaker Labs, Inc.