上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: Quiz Note We got our estimates from here. Current estimates have continued to see growth. Internet Services Internet Service Architectures “Homogeneou 阅读全文
posted @ 2019-06-01 03:20 ecoflex 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Visual Metaphor Reviewing DFSs Peer Distributed Applications Hardware vs Software DSM NIC => network interconnect card Distributed Shared Memory: Conc 阅读全文
posted @ 2019-05-31 03:40 ecoflex 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Nelson, Michael N., et. al."Caching in the Sprite Network File System".ACM Transactions on Computer Systems, Vol. 6, No. 1, February 1988, Pages 134-1 阅读全文
posted @ 2019-05-30 06:00 ecoflex 阅读(294) 评论(0) 推荐(0) 编辑
摘要: RPC is an IPC mechanism that specifies that the processes interact via procedure call interface. Birrell, Andrew, and Bruce Nelson. https://s3.amazona 阅读全文
posted @ 2019-05-29 14:09 ecoflex 阅读(316) 评论(0) 推荐(0) 编辑
摘要: "Virtual Machine Monitors: Current Technologies and Future Trends" by Rosenblum and Garfinkel "Virtual Machine Monitors: Current Technologies and Futu 阅读全文
posted @ 2019-05-29 05:19 ecoflex 阅读(277) 评论(0) 推荐(0) 编辑
摘要: Visual Metaphor I/O Devices I/O Device Features status registers => for CPU to find out what's happening on the device command registers => for CPU to 阅读全文
posted @ 2019-05-27 10:55 ecoflex 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Anderson, Thomas E."The Performance of Spin Lock Alternatives for Shared-Memory Multiprocessors".IEEE Transactions on Parallel and Distributed Systems 阅读全文
posted @ 2019-05-26 04:24 ecoflex 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Visual Metaphor Inter Process Communication Message Based IPC Forms of Message Passing Shared Memory IPC Copy vs. Map In windows: (1), data size small 阅读全文
posted @ 2019-05-25 03:49 ecoflex 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Visual Metaphor Memory Management: Goals Memory Management: Hardware Support MMU: memory management unit TLB: translation lookaside buffer Page Tables 阅读全文
posted @ 2019-05-24 13:13 ecoflex 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Fedorova, Alexandra, et. al."Chip Multithreading Systems Need a New Operating System Scheduler".Proceedings of the 11th workshop on ACM SIGOPS Europea 阅读全文
posted @ 2019-05-24 05:42 ecoflex 阅读(276) 评论(0) 推荐(0) 编辑
摘要: Sample Midterm Solutions Page 1 of 5 CS 8803, Spring 2015. EDIT 01-11-15 - Added additional answer for problem 1. Process Creation 1. Process Creation 阅读全文
posted @ 2019-05-23 12:02 ecoflex 阅读(616) 评论(0) 推荐(0) 编辑
摘要: "Flash: An Efficient and Portable Web Server" by Pai Which Threading Model is Better? ERRATA avg. time to complete order for boss worker should be: (( 阅读全文
posted @ 2019-05-22 11:37 ecoflex 阅读(266) 评论(0) 推荐(0) 编辑
摘要: These are older papers, but they provide us with some historic information on how threading system evolved over time. Sun/Solaris Papers "Beyond Multi 阅读全文
posted @ 2019-05-22 04:37 ecoflex 阅读(381) 评论(0) 推荐(0) 编辑
摘要: /* Requirements: Priority Readers and Writers Write a multi-threaded C program that gives readers priority over writers concerning a shared (global) variable. Essentially, if any readers are waiting,... 阅读全文
posted @ 2019-05-21 11:20 ecoflex 阅读(146) 评论(0) 推荐(0) 编辑
摘要: pthread_create create a new data structure that's of the type pthread type. "pthread_t *thread" pthread_attr_t (p thread attribute type) is a data str 阅读全文
posted @ 2019-05-21 05:16 ecoflex 阅读(212) 评论(0) 推荐(0) 编辑
摘要: to take the full advantage of the capability of multi-core system, that process has to have multiple execution contexts. We call such execution contex 阅读全文
posted @ 2019-05-20 23:03 ecoflex 阅读(283) 评论(0) 推荐(0) 编辑
摘要: V0-Vmax => max size of the process address space heap and data may not be contiguous stack: last in first out any access of the process to x will acce 阅读全文
posted @ 2019-05-20 03:05 ecoflex 阅读(221) 评论(0) 推荐(0) 编辑
摘要: abstracts: simiplify what the hardward actually looks like. arbitrates: manage, oversee and control the hardward use. Errata @2:14 in the video, it sh 阅读全文
posted @ 2019-05-19 11:52 ecoflex 阅读(199) 评论(0) 推荐(0) 编辑
摘要: C Programming Examples Here are a few snippets written in C that are a good representation of the code listings you might see in this course. It is su 阅读全文
posted @ 2019-05-19 10:47 ecoflex 阅读(199) 评论(0) 推荐(0) 编辑
摘要: (unfinished...) 从入门到出门。。 阅读全文
posted @ 2019-05-19 10:06 ecoflex 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页