文件名称:homework4
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 20kb
- 下载次数:
- 0次
- 提 供 者:
- 熊*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写一个多队列线程池应用,在应用中存在三种线程:一个用户线程,用于向主控线程发送加法计算请求;一个主控线程,接收到用户发送的加法请求后负载均衡地将请求分配给若干计算线程;若干计算线程,接收来自主控线程的加法请求,计算后将结果返回给用户线程。其中每个线程都拥有自己的消息队列。测试时需要向主控线程提交>=1000个加法请求,用户线程需要验证是否收到结果。-The preparation of the application of more than one queue thread pool, there are three threads in the application: a user thread, used to calculate the request to the master thread to send addition a master thread, received the addition of users to send requests load balanced request distribution calculated to a number of threads a number of computing threads to receive from the master thread of the addition request, the calculation will be returned to the user thread. Where each thread has its own message queue. The test is required to submit to the master thread> = 1000 addition request, the user thread needs to verify that the received results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
homework4\CLConditionVariable.cpp
.........\CLConditionVariable.h
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutiveCommunication.cpp
.........\CLExecutiveCommunication.h
.........\CLExecutiveFunctionForMsgLoop.cpp
.........\CLExecutiveFunctionForMsgLoop.h
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLExecutiveInitialFinishedNotifier.cpp
.........\CLExecutiveInitialFinishedNotifier.h
.........\CLExecutiveNameServer.cpp
.........\CLExecutiveNameServer.h
.........\CLLog.cpp
.........\CLLog.h
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageObserver.cpp
.........\CLMessageObserver.h
.........\CLMessageQueue.cpp
.........\CLMessageQueue.h
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLNonThreadProxy.cpp
.........\CLNonThreadProxy.h
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLThread.cpp
.........\CLThread.h
.........\CLThreadCommunicationByMsgQueue.cpp
.........\CLThreadCommunicationByMsgQueue.h
.........\CLThreadInitialFinishedNotifier.cpp
.........\CLThreadInitialFinishedNotifier.h
.........\CLThreadProxy.cpp
.........\CLThreadProxy.h
.........\test.cpp
homework4
.........\CLConditionVariable.h
.........\CLCriticalSection.cpp
.........\CLCriticalSection.h
.........\CLEvent.cpp
.........\CLEvent.h
.........\CLExecutive.cpp
.........\CLExecutive.h
.........\CLExecutiveCommunication.cpp
.........\CLExecutiveCommunication.h
.........\CLExecutiveFunctionForMsgLoop.cpp
.........\CLExecutiveFunctionForMsgLoop.h
.........\CLExecutiveFunctionProvider.cpp
.........\CLExecutiveFunctionProvider.h
.........\CLExecutiveInitialFinishedNotifier.cpp
.........\CLExecutiveInitialFinishedNotifier.h
.........\CLExecutiveNameServer.cpp
.........\CLExecutiveNameServer.h
.........\CLLog.cpp
.........\CLLog.h
.........\CLMessage.cpp
.........\CLMessage.h
.........\CLMessageLoopManager.cpp
.........\CLMessageLoopManager.h
.........\CLMessageObserver.cpp
.........\CLMessageObserver.h
.........\CLMessageQueue.cpp
.........\CLMessageQueue.h
.........\CLMsgLoopManagerForMsgQueue.cpp
.........\CLMsgLoopManagerForMsgQueue.h
.........\CLMutex.cpp
.........\CLMutex.h
.........\CLNonThreadProxy.cpp
.........\CLNonThreadProxy.h
.........\CLStatus.cpp
.........\CLStatus.h
.........\CLThread.cpp
.........\CLThread.h
.........\CLThreadCommunicationByMsgQueue.cpp
.........\CLThreadCommunicationByMsgQueue.h
.........\CLThreadInitialFinishedNotifier.cpp
.........\CLThreadInitialFinishedNotifier.h
.........\CLThreadProxy.cpp
.........\CLThreadProxy.h
.........\test.cpp
homework4