全部博文(2759)
发布时间:2014-08-12 10:00:25
#include <deque>#include <map>#include <vector>#include <pthread.h>#include <semaphore.h>#include <time.h>#include <sys/time.h>#include <sys/shm.h>#include <errno.h>#include <sys/types.h>#include <fcntl.h>#include <st.........【阅读全文】
发布时间:2014-08-12 09:59:59
点击(此处)折叠或打开/************************************************** * example5.c * Author: T-bagwell * * Compile:gcc -Wall example5.c -o example5 ******************************.........【阅读全文】
发布时间:2014-08-12 09:54:40
转载请注明转自: 存储系统研究, 本文固定链接: 单生产者-多消费者模型中遇到的问题 (1) 原始代码最近使用单生产者-多消费者模型是遇到一个问题,以前既然都没有想到过。生产者线程的代码如下,基本功能就是接收到一个连接之后创建一个Socket对象并放到list中等待处理。点击(.........【阅读全文】