文件名称:1
介绍说明--下载内容均来自于网络,请自行研究使用
用多进程同步方法解决生产者-消费者问题
设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制.
说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.
设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.
提示:(1) 有界缓冲区可用数组实现.
-Synchronous multi-process solutions to producers- designed to consumer issues: the process by studying the mechanisms and Linux Semaphore producers to achieve concurrency control on consumer issues. Note: There are bounded buffer 20 storage units, Add/Remove the data item is set to 1-20 this 20 integer. design requirements: (1) Each producers and consumers to have the sector to operate the buffer zone immediately after showing the entire contents of the buffer zone sector, the current pointer location and producer/consumer identifier county. (2) producers and consumers have more than two. (3) a number of producers or more consumers must be shared between the operation of the buffer zone a function of the code. NOTE: (1) bounded buffer array can be used to achieve.
设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制.
说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.
设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.
提示:(1) 有界缓冲区可用数组实现.
-Synchronous multi-process solutions to producers- designed to consumer issues: the process by studying the mechanisms and Linux Semaphore producers to achieve concurrency control on consumer issues. Note: There are bounded buffer 20 storage units, Add/Remove the data item is set to 1-20 this 20 integer. design requirements: (1) Each producers and consumers to have the sector to operate the buffer zone immediately after showing the entire contents of the buffer zone sector, the current pointer location and producer/consumer identifier county. (2) producers and consumers have more than two. (3) a number of producers or more consumers must be shared between the operation of the buffer zone a function of the code. NOTE: (1) bounded buffer array can be used to achieve.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.cpp