Location:
Search - semaphores ipc
Search list
Description: You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate.
The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
Platform: |
Size: 2008064 |
Author: xiaoxiao |
Hits:
Description: ipc通信,哲学家就餐问题 采用信号量控制-ipc communications, dining philosophers problem using semaphores control
Platform: |
Size: 22528 |
Author: 路飞 |
Hits:
Description: linux进程间通讯,包括管道、消息队列、信号量通讯。-linux inter-process communication, including pipes, message queues, semaphores communications.
Platform: |
Size: 719872 |
Author: 熊剑 |
Hits:
Description: Linux kernel internals: shared memory, semaphores, message queues, IPC primitives etc. For the 2.4 kernel version.
Platform: |
Size: 169984 |
Author: silvia.stegaru |
Hits:
Description: 这是自己学习进程间通信时敲得代码,有共享内存、管道、信号量、消息队列,互斥锁等的典型用法-This is the communication between their own learning process when the knock code, the typical usage of the shared memory, pipes, semaphores, message queues, mutexes.
Platform: |
Size: 3072 |
Author: merle.zhu |
Hits:
Description: 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to almost all Unix application performance, understanding IPC also understand how to develop the necessary conditions among different hosts web applications. This book from the internal structure Posix IPC and System V IPC began discussions in-depth introduction to the four kinds of IPC forms: messaging (pipe, FIFO, message queues), synchronization (mutexes, condition variables, read-write locks, file and record locks, semaphores), shared memory (anonymous shared memory, named shared memory) and remote procedure calls (Solaris doors, Sun RPC).
Platform: |
Size: 28097536 |
Author: zhj |
Hits: